|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagSupport | +--org.drools.tags.knowledge.FactTagSupport
Support for fact tags.
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
protected |
FactTagSupport()
Construct. |
Method Summary | |
java.lang.Object |
getFact()
Retrieve the fact object. |
protected WorkingMemory |
getWorkingMemory()
Retrieve the current WorkingMemory . |
void |
setFact(java.lang.Object fact)
Set the fact object. |
protected void |
validateAttributes()
Validate required attributes. |
Methods inherited from class org.apache.commons.jelly.TagSupport |
doTag, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, 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 |
Constructor Detail |
protected FactTagSupport()
Method Detail |
public void setFact(java.lang.Object fact)
fact
- The fact object.public java.lang.Object getFact()
protected void validateAttributes() throws org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.MissingAttributeException
- If a required attribute is missing.protected WorkingMemory getWorkingMemory() throws org.apache.commons.jelly.JellyTagException
WorkingMemory
.org.apache.commons.jelly.JellyTagException
- If a working memory cannot be retrieved.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |