|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--com.werken.blissed.jelly.BlissedTagSupport | +--com.werken.blissed.jelly.DefinitionTagSupport
Base of process definition jelly tags.
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
protected |
DefinitionTagSupport()
Construct. |
Method Summary | |
protected Described |
getCurrentDescribed()
Retrieve the currently in-scope Described . |
protected Process |
getCurrentProcess()
Retrieve the currently in-scope Process . |
protected State |
getCurrentState()
Retrieve the currently in-scope State . |
Methods inherited from class com.werken.blissed.jelly.BlissedTagSupport |
checkObjectAttribute, checkStringAttribute |
Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isTrim, setBody, setContext, setParent, setTrim, trimBody |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.jelly.Tag |
doTag |
Constructor Detail |
protected DefinitionTagSupport()
Method Detail |
protected Process getCurrentProcess() throws org.apache.commons.jelly.JellyException
Process
.org.apache.commons.jelly.JellyException
- If an in-scope process does not exist.protected State getCurrentState() throws org.apache.commons.jelly.JellyException
State
.org.apache.commons.jelly.JellyException
- If an in-scope state does not exist.protected Described getCurrentDescribed() throws org.apache.commons.jelly.JellyException
Described
.org.apache.commons.jelly.JellyException
- If an in-scope described object does not exist.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |