|
|||||||||
| Home >> All >> org >> milligan >> [ eccles overview ] | PREV NEXT | ||||||||
Uses of Class
org.milligan.eccles.EcclesReturnValue
| Uses of EcclesReturnValue in org.milligan.eccles |
| Fields in org.milligan.eccles declared as EcclesReturnValue | |
static EcclesReturnValue |
Tag.SKIP_CHILDREN
Do not process children |
static EcclesReturnValue |
Tag.PROCESS_CHILDREN
Continue and process children |
static EcclesReturnValue |
Tag.CONTINUE_PROCESSING
Contine processing with the next sibling |
static EcclesReturnValue |
Tag.SIMPLE_BREAK
Break processing and return to a parent tag |
| Methods in org.milligan.eccles that return EcclesReturnValue | |
EcclesReturnValue |
RunStateImpl.run()
Perform the action of running the tag and it's children |
private EcclesReturnValue |
RunStateImpl.runChildLoop()
Run the child tags. |
EcclesReturnValue |
RunStateImpl.runChildren()
Actually call the child tags |
EcclesReturnValue |
RunStateImpl.callTag(java.lang.String id)
Call a globally named test article and return the value from its doEndTag |
EcclesReturnValue |
Tag.doStartTag(RunState state)
Called at the start of tag processing. |
EcclesReturnValue |
Tag.doEndTag(RunState state)
Called at the end of the tag, after children have finished being processed. |
EcclesReturnValue |
Tag.doAfterChildren(RunState state)
Called after children have been processed. |
EcclesReturnValue |
RunState.callTag(java.lang.String id)
Call a globally named test article and return the value from its doEndTag |
|
|||||||||
| Home >> All >> org >> milligan >> [ eccles overview ] | PREV NEXT | ||||||||