| Package | Description |
|---|---|
| org.apache.commons.jelly |
This package contains the main jelly API classes.
|
| org.apache.commons.jelly.tags.core |
The core Tags from the JSTL plus Jelly extensions.
|
| Modifier and Type | Method and Description |
|---|---|
protected XMLParser |
JellyContext.createXMLParser()
Factory method to allow JellyContext implementations to overload how an XMLParser
is created - such as to overload what the default ExpressionFactory should be.
|
protected XMLParser |
JellyContext.getXMLParser() |
| Modifier and Type | Method and Description |
|---|---|
protected XMLParser |
ParseTag.createJellyParser()
Factory method to create a new Jelly parser
|
XMLParser |
ParseTag.getJellyParser() |
| Modifier and Type | Method and Description |
|---|---|
void |
ParseTag.setJellyParser(XMLParser jellyParser)
Sets the jellyParser.
|
Copyright © 2012 Apache Software Foundation. All Rights Reserved.