com.stellent.cis.client.command
Interface ICommandExecutionContext

All Superinterfaces:
ICommandBeanContext

public interface ICommandExecutionContext
extends ICommandBeanContext

The context of the execution. This is made available to every command during a call to ICommand.execute(). Since it implements the ApplicationContext interface, it allows a command to lookup services required for command execution.


Method Summary
 ICommandApplication getCommandApplication()
           
 
Methods inherited from interface com.stellent.cis.client.command.ICommandBeanContext
containsBean, getAllBeansOfType, getApplicationResource, getBean, getBean, getMessage, getParentContext, publishEvent
 

Method Detail

getCommandApplication

ICommandApplication getCommandApplication()
Returns:
the current command application