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 |
---|---|
void |
Tag.doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
Modifier and Type | Method and Description |
---|---|
protected Class |
UseBeanTag.convertToClass(Object classObject)
Attempts to convert the given object to a Class instance.
|
void |
CaseTag.doTag(XMLOutput output) |
void |
NewTag.doTag(XMLOutput output) |
void |
SetPropertiesTag.doTag(XMLOutput output) |
void |
SwitchTag.doTag(XMLOutput output) |
void |
RemoveTag.doTag(XMLOutput output) |
void |
ImportTag.doTag(XMLOutput output)
Perform tag processing
|
void |
IncludeTag.doTag(XMLOutput output) |
void |
ParseTag.doTag(XMLOutput output) |
void |
IfTag.doTag(XMLOutput output)
Deprecated.
|
void |
InvokeTag.doTag(XMLOutput output) |
void |
WhileTag.doTag(XMLOutput output)
Tag interface
|
void |
ForEachTag.doTag(XMLOutput output) |
Copyright © 2014 Apache Software Foundation. All rights reserved.