|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.commands.DelegateCommand
public class DelegateCommand
Delegate to an other command at runtime
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
DelegateCommand()
|
|
DelegateCommand(java.lang.String commandName)
Deprecated. not used |
Method Summary | |
---|---|
boolean |
execute(org.apache.commons.chain.Context ctx)
|
java.lang.String |
getCommandName()
|
void |
setCommandName(java.lang.String commandName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegateCommand()
public DelegateCommand(java.lang.String commandName)
commandName
- Method Detail |
---|
public boolean execute(org.apache.commons.chain.Context ctx) throws java.lang.Exception
execute
in interface org.apache.commons.chain.Command
java.lang.Exception
public java.lang.String getCommandName()
public void setCommandName(java.lang.String commandName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |