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.
|
org.apache.commons.jelly.tags.define |
Tag library which allows the creation of new tags using Jelly script itself.
|
org.apache.commons.jelly.tags.dynabean |
A tag library for creating new DynaClass and DynaBean objects from the
beanutils library
|
org.apache.commons.jelly.tags.junit |
A collection of JUnit tags for
performing unit tests written in Jelly script.
|
org.apache.commons.jelly.tags.xml |
The XML Tags from the JSTL
|
Modifier and Type | Method and Description |
---|---|
void |
Tag.doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.Class |
UseBeanTag.convertToClass(java.lang.Object classObject)
Attempts to convert the given object to a Class instance.
|
void |
SetPropertiesTag.doTag(XMLOutput output) |
void |
NewTag.doTag(XMLOutput output) |
void |
ImportTag.doTag(XMLOutput output)
Perform tag processing
|
void |
ParseTag.doTag(XMLOutput output) |
void |
RemoveTag.doTag(XMLOutput output) |
void |
IfTag.doTag(XMLOutput output)
Deprecated.
|
void |
WhileTag.doTag(XMLOutput output)
Tag interface
|
void |
SwitchTag.doTag(XMLOutput output) |
void |
CaseTag.doTag(XMLOutput output) |
void |
InvokeTag.doTag(XMLOutput output) |
void |
IncludeTag.doTag(XMLOutput output) |
void |
ForEachTag.doTag(XMLOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderTag.doTag(XMLOutput output) |
void |
BeanTag.doTag(XMLOutput output) |
void |
InvokeTag.doTag(XMLOutput output) |
void |
DynaBeanTag.doTag(XMLOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyTag.doTag(XMLOutput output) |
void |
DynabeanTag.doTag(XMLOutput output) |
void |
DynaclassTag.doTag(XMLOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
RunTag.doTag(XMLOutput output) |
void |
AssertTag.doTag(XMLOutput output) |
Modifier and Type | Method and Description |
---|---|
void |
ParseTag.doTag(XMLOutput output) |
void |
TransformTag.doTag(XMLOutput output)
Process this tag instance
|
void |
DoctypeTag.doTag(XMLOutput output) |
void |
ReplaceNamespaceTag.doTag(XMLOutput output) |
void |
SetTag.doTag(XMLOutput output) |
void |
IfTag.doTag(XMLOutput output) |
void |
CopyOfTag.doTag(XMLOutput output) |
void |
SortTag.doTag(XMLOutput output) |
void |
ExprTag.doTag(XMLOutput output) |
Copyright © 2014. All Rights Reserved.