com.sdm.quasar.client.jsf.commands.adapters
Class CommandManagerResolver.CommandManagerAction

java.lang.Object
  extended bycom.sdm.quasar.client.jsf.commands.adapters.CommandManagerResolver.CommandManagerAction
All Implemented Interfaces:
ActionResolver.Action
Enclosing class:
CommandManagerResolver

public class CommandManagerResolver.CommandManagerAction
extends java.lang.Object
implements ActionResolver.Action


Constructor Summary
CommandManagerResolver.CommandManagerAction(Command command)
           
 
Method Summary
 boolean isEnabled()
          Checks, if the referenced action currently my be performed
 java.lang.Object perform()
          The referenced action will be performed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandManagerResolver.CommandManagerAction

public CommandManagerResolver.CommandManagerAction(Command command)
Method Detail

isEnabled

public boolean isEnabled()
Description copied from interface: ActionResolver.Action
Checks, if the referenced action currently my be performed

Specified by:
isEnabled in interface ActionResolver.Action
Returns:
true, if the action my be performed in the current satate

perform

public java.lang.Object perform()
Description copied from interface: ActionResolver.Action
The referenced action will be performed.

Specified by:
perform in interface ActionResolver.Action
Returns:
result of the action