|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.chain.generic.LookupCommand
org.apache.shale.clay.utils.FalseLookupCommand
public class FalseLookupCommand
Very similar to the LookupCommand of commons chain, but the execute method return always false to continue the processing.
LookupCommand
Field Summary |
---|
Fields inherited from interface org.apache.commons.chain.Command |
---|
CONTINUE_PROCESSING, PROCESSING_COMPLETE |
Constructor Summary | |
---|---|
FalseLookupCommand()
|
Method Summary | |
---|---|
boolean |
execute(org.apache.commons.chain.Context context)
|
Methods inherited from class org.apache.commons.chain.generic.LookupCommand |
---|
getCatalog, getCatalogFactory, getCatalogName, getCommand, getCommandName, getName, getNameKey, isIgnoreExecuteResult, isIgnorePostprocessResult, isOptional, postprocess, setCatalogFactory, setCatalogName, setIgnoreExecuteResult, setIgnorePostprocessResult, setName, setNameKey, setOptional |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FalseLookupCommand()
Method Detail |
---|
public boolean execute(org.apache.commons.chain.Context context) throws java.lang.Exception
execute
in interface org.apache.commons.chain.Command
execute
in class org.apache.commons.chain.generic.LookupCommand
context
- commons chains
false
java.lang.Exception
- from nested command execution
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |