|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TagFactory | |
org.apache.commons.jelly.impl | Core implementation classes for Jelly. |
Uses of TagFactory in org.apache.commons.jelly.impl |
Classes in org.apache.commons.jelly.impl that implement TagFactory | |
class |
DefaultTagFactory
DefaultTagFactory a default implementation of TagFactory
which creates new instances of a given class. |
Methods in org.apache.commons.jelly.impl that return TagFactory | |
TagFactory |
TagScript.getTagFactory()
Returns the Factory of Tag instances. |
Methods in org.apache.commons.jelly.impl with parameters of type TagFactory | |
void |
TagScript.setTagFactory(TagFactory tagFactory)
Sets the Factory of Tag instances. |
void |
DynamicTagLibrary.registerBeanTag(java.lang.String name,
TagFactory factory)
Creates a new Jelly Bean Tag with the given name |
Constructors in org.apache.commons.jelly.impl with parameters of type TagFactory | |
TagScript(TagFactory tagFactory)
|
|
DynaTagScript(TagFactory tagFactory)
|
|
BeanTagScript(TagFactory tagFactory)
|
|
StaticTagScript(TagFactory tagFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |