|
||||||||||
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.RuntimeTagSupport
Base of process runtime jelly tags.
Field Summary | |
static java.lang.String |
PROCESS_CONTEXT_KEY
Key under which the ProcessContext is stored
within the JellyContext . |
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
protected |
RuntimeTagSupport()
Construct. |
Method Summary | |
protected ProcessContext |
getProcessContext()
Retrieve the current ProcessContext . |
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 |
Field Detail |
public static final java.lang.String PROCESS_CONTEXT_KEY
ProcessContext
is stored
within the JellyContext
.Constructor Detail |
protected RuntimeTagSupport()
Method Detail |
protected ProcessContext getProcessContext()
ProcessContext
.null
if no process context is currently in-scope.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |