Uses of Class
org.apache.commons.jelly.TagLibrary
Packages that use TagLibrary
Package
Description
This package contains the main jelly API classes.
Core implementation classes for Jelly.
The core Tags from the JSTL plus Jelly extensions.
-
Uses of TagLibrary in org.apache.commons.jelly
Methods in org.apache.commons.jelly that return TagLibraryMethods in org.apache.commons.jelly with parameters of type TagLibraryModifier and TypeMethodDescriptionvoidJellyContext.registerTagLibrary(String namespaceURI, TagLibrary taglib) Registers the given tag library against the given namespace URI. -
Uses of TagLibrary in org.apache.commons.jelly.impl
Subclasses of TagLibrary in org.apache.commons.jelly.implModifier and TypeClassDescriptionclassDynamicTagLibraryrepresents a TagLibrary which gets created by running a Jelly script.Methods in org.apache.commons.jelly.impl that return TagLibraryModifier and TypeMethodDescriptionDynamicTagLibrary.getParent()Returns the parent library which will be used to resolve unknown tags.Methods in org.apache.commons.jelly.impl with parameters of type TagLibraryModifier and TypeMethodDescriptionvoidEmbedded.registerTagLibrary(String namespaceURI, TagLibrary taglib) Registers the given tag library against the given namespace URI.voidDynamicTagLibrary.setParent(TagLibrary parent) Sets the parent to inherit tags from that are not defined in this library. -
Uses of TagLibrary in org.apache.commons.jelly.tags.core
Subclasses of TagLibrary in org.apache.commons.jelly.tags.coreModifier and TypeClassDescriptionclassThis is the core tag library for jelly and contains commonly used tags.