Uses of Interface
org.apache.commons.jelly.impl.TagFactory
Packages that use TagFactory
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
-
Uses of TagFactory in org.apache.commons.jelly
Methods in org.apache.commons.jelly with parameters of type TagFactoryModifier and TypeMethodDescriptionprotected voidTagLibrary.registerTagFactory(String name, TagFactory tagFactory) Registers a tag factory for a given tag name -
Uses of TagFactory in org.apache.commons.jelly.impl
Classes in org.apache.commons.jelly.impl that implement TagFactoryModifier and TypeClassDescriptionclassDefaultTagFactorya default implementation of TagFactory which creates new instances of a given class.Methods in org.apache.commons.jelly.impl that return TagFactoryModifier and TypeMethodDescriptionTagScript.getTagFactory()Returns the Factory of Tag instances.Methods in org.apache.commons.jelly.impl with parameters of type TagFactoryModifier and TypeMethodDescriptionvoidDynamicTagLibrary.registerBeanTag(String name, TagFactory factory) Creates a new Jelly Bean Tag with the given namevoidTagScript.setTagFactory(TagFactory tagFactory) Sets the Factory of Tag instances.Constructors in org.apache.commons.jelly.impl with parameters of type TagFactoryModifierConstructorDescriptionStaticTagScript(TagFactory tagFactory) Deprecated.The tag name is inferred automatically, so no need to set a tag factory.TagScript(TagFactory tagFactory)