Class CoreTagLibrary
java.lang.Object
org.apache.commons.jelly.TagLibrary
org.apache.commons.jelly.tags.core.CoreTagLibrary
This is the core tag library for jelly and contains commonly
used tags.
This class could be generated by XDoclet
- Version:
- $Revision: 155420 $
- Author:
- James Strachan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateTagScript(String name, Attributes attributes) Creates a new script to execute the given tag name and attributesMethods inherited from class org.apache.commons.jelly.TagLibrary
createExpression, createTag, getExpressionFactory, getTagClasses, registerTag, registerTagFactory
-
Constructor Details
-
CoreTagLibrary
public CoreTagLibrary()
-
-
Method Details
-
createTagScript
Description copied from class:TagLibraryCreates a new script to execute the given tag name and attributes- Overrides:
createTagScriptin classTagLibrary- Throws:
JellyException
-