Package | Description |
---|---|
org.apache.commons.jelly |
This package contains the main jelly API classes.
|
org.apache.commons.jelly.expression.xpath | |
org.apache.commons.jelly.impl |
Core implementation classes for Jelly.
|
org.apache.commons.jelly.parser |
Jelly parsers both XML syntax and non-XML syntaxes are supported.
|
org.apache.commons.jelly.tags.core |
The core Tags from the JSTL plus Jelly extensions.
|
Modifier and Type | Method and Description |
---|---|
TagScript |
TagLibrary.createTagScript(String name,
Attributes attributes)
Creates a new script to execute the given tag name and attributes
|
Modifier and Type | Method and Description |
---|---|
Expression |
TagLibrary.createExpression(ExpressionFactory factory,
TagScript tagScript,
String attributeName,
String attributeValue)
Allows taglibs to use their own expression evaluation mechanism
|
Constructor and Description |
---|
XPathExpression(String text,
Expression xpathExpr,
TagScript tagScript) |
Modifier and Type | Class and Description |
---|---|
class |
StaticTagScript
StaticTagScript is a script that evaluates a StaticTag, a piece of static XML
though its attributes or element content may contain dynamic expressions. |
Modifier and Type | Method and Description |
---|---|
TagScript |
DynamicTagLibrary.createTagScript(String name,
Attributes attributes)
Creates a new script to execute the given tag name and attributes
|
TagScript |
TagScript.getParent()
Returns the parent.
|
static TagScript |
TagScript.newInstance(Class tagClass) |
Modifier and Type | Method and Description |
---|---|
void |
TagScript.setParent(TagScript parent)
Sets the parent.
|
Modifier and Type | Method and Description |
---|---|
protected TagScript |
XMLParser.createStaticTag(String namespaceURI,
String localName,
String qName,
Attributes list)
Factory method to create a static Tag that represents some static content.
|
protected TagScript |
XMLParser.createTag(String namespaceURI,
String localName,
Attributes list)
Factory method to create new Tag script for the given namespaceURI and name or
return null if this is not a custom Tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLParser.configureStaticTagAttributes(TagScript script,
Attributes list) |
protected void |
XMLParser.configureTagScript(TagScript aTagScript)
Configure a newly created TagScript instance before any Expressions are created
|
Modifier and Type | Method and Description |
---|---|
TagScript |
CoreTagLibrary.createTagScript(String name,
Attributes attributes) |
Copyright © 2014 Apache Software Foundation. All rights reserved.