Package | Description |
---|---|
org.apache.commons.jelly |
This package contains the main jelly API classes.
|
org.apache.commons.jelly.impl |
Core implementation classes for Jelly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TagLibrary.registerTagFactory(String name,
TagFactory tagFactory)
Registers a tag factory for a given tag name
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTagFactory
DefaultTagFactory a default implementation of TagFactory
which creates new instances of a given class. |
Modifier and Type | Method and Description |
---|---|
TagFactory |
TagScript.getTagFactory()
Returns the Factory of Tag instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicTagLibrary.registerBeanTag(String name,
TagFactory factory)
Creates a new Jelly Bean Tag with the given name
|
void |
TagScript.setTagFactory(TagFactory tagFactory)
Sets the Factory of Tag instances.
|
Constructor and Description |
---|
StaticTagScript(TagFactory tagFactory)
Deprecated.
The tag name is inferred automatically, so no need to set a tag factory.
Use the default constructor.
|
TagScript(TagFactory tagFactory) |
Copyright © 2014 Apache Software Foundation. All rights reserved.