|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.commons.jelly.TagLibrary | +--org.apache.commons.jelly.impl.DynamicTagLibrary | +--org.drools.semantics.jelly.SemanticsTagLibrary
Custom Jelly semantics tag library.
Constructor Summary | |
SemanticsTagLibrary()
Construct. |
Method Summary | |
org.apache.commons.jelly.Tag |
createTag(java.lang.String name)
Creates a new script to execute the given tag name and attributes. |
Methods inherited from class org.apache.commons.jelly.impl.DynamicTagLibrary |
createTag, createTagScript, find, getDynamicTag, getParent, getUri, registerBeanTag, registerDynamicTag, setParent, setUri |
Methods inherited from class org.apache.commons.jelly.TagLibrary |
createExpression, getExpressionFactory, getTagClasses, registerTag, registerTagFactory |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SemanticsTagLibrary()
Method Detail |
public org.apache.commons.jelly.Tag createTag(java.lang.String name) throws java.lang.Exception
name
- Tag name.java.lang.Exception
- If an error occurs while attempting to
create the tag for the specified name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |