|
|||||||||||
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.tags.semantics.SemanticsTagSupport | +--org.drools.tags.semantics.SemanticComponentTagSupport
Support for semantic components.
Field Summary |
Fields inherited from class org.apache.commons.jelly.TagSupport |
body, context, hasTrimmed, parent, shouldTrim |
Constructor Summary | |
SemanticComponentTagSupport()
Construct. |
Method Summary | |
void |
checkAttributes()
Check if the attributes have been set. |
java.lang.String |
getClassname()
Retrieve the component class name. |
java.lang.String |
getName()
Retrieve the component name. |
SimpleSemanticModule |
getSemanticModule()
Retrieve the current SemanticModule . |
void |
setClassname(java.lang.String classname)
Set the component class name. |
void |
setName(java.lang.String name)
Set the component name. |
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 |
public SemanticComponentTagSupport()
Method Detail |
public void setName(java.lang.String name)
name
- The name.public java.lang.String getName()
public void setClassname(java.lang.String classname)
classname
- The component class name.public java.lang.String getClassname()
public void checkAttributes() throws org.apache.commons.jelly.MissingAttributeException
org.apache.commons.jelly.MissingAttributeException
- If the attributes have not been set.public SimpleSemanticModule getSemanticModule()
SemanticModule
.
SemanticModule
or
null
if none found.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |