|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.drools.semantics.jelly.JellyConsequenceTag
Jelly semantics Consequence
.
Field Summary |
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
JellyConsequenceTag()
Construct. |
Method Summary | |
void |
doTag(org.apache.commons.jelly.XMLOutput output)
Perform this tag. |
java.lang.Class |
getAttributeType(java.lang.String name)
|
void |
setAttribute(java.lang.String name,
java.lang.Object value)
Sets an attribute value of this tag before the tag is invoked. |
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 |
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent |
Constructor Detail |
public JellyConsequenceTag()
Method Detail |
public void doTag(org.apache.commons.jelly.XMLOutput output) throws java.lang.Exception
doTag
in interface org.apache.commons.jelly.Tag
output
- The output sink.
java.lang.Exception
- If an error occurs while attempting
to perform this tag.public void setAttribute(java.lang.String name, java.lang.Object value)
setAttribute
in interface org.apache.commons.jelly.DynaTag
name
- The name.value
- The value.public java.lang.Class getAttributeType(java.lang.String name)
getAttributeType
in interface org.apache.commons.jelly.DynaTag
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |