|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javawebparts.misc.chain.commands.LoopStartCommand
This is a standard Command that begins a loop.
Field Summary | |
private java.lang.Integer |
indexEnd
The ending value for the index variable. |
private java.lang.Integer |
indexStart
The starting value for the index variable. |
private static org.apache.commons.logging.Log |
log
Log instance. |
Constructor Summary | |
LoopStartCommand()
|
Method Summary | |
Result |
cleanup(ChainContext chainContext)
Cleanup(). |
Result |
execute(ChainContext chainContext)
Execute(). |
Result |
init(ChainContext chainContext)
Init(). |
void |
setIndexEnd(java.lang.Integer inIndexEnd)
Setter for the indexEnd property. |
void |
setIndexStart(java.lang.Integer inIndexStart)
Setter for the indexStart property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static org.apache.commons.logging.Log log
private java.lang.Integer indexStart
private java.lang.Integer indexEnd
Constructor Detail |
public LoopStartCommand()
Method Detail |
public void setIndexStart(java.lang.Integer inIndexStart)
inIndexStart
- Start value for the loop index.public void setIndexEnd(java.lang.Integer inIndexEnd)
inIndexEnd
- End value for the loop index.public Result init(ChainContext chainContext)
init
in interface Command
chainContext
- The Chain Context being used by the Chain executing
this command.
public Result execute(ChainContext chainContext)
execute
in interface Command
chainContext
- The Chain Context being used by the Chain executing
this command.
public Result cleanup(ChainContext chainContext)
cleanup
in interface Command
chainContext
- The Chain Context being used by the Chain executing
this command.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |