Package | Description |
---|---|
org.apache.jasper.compiler | |
org.apache.jasper.compiler.tagplugin | |
org.apache.jasper.tagplugins.jstl |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
TagPluginManager.TagPluginContextImpl |
Modifier and Type | Field and Description |
---|---|
private TagPluginContext |
Node.CustomTag.tagPluginContext |
Modifier and Type | Method and Description |
---|---|
TagPluginContext |
TagPluginManager.TagPluginContextImpl.getParentContext() |
TagPluginContext |
Node.CustomTag.getTagPluginContext() |
Modifier and Type | Method and Description |
---|---|
void |
Node.CustomTag.setTagPluginContext(TagPluginContext tagPluginContext) |
Modifier and Type | Method and Description |
---|---|
TagPluginContext |
TagPluginContext.getParentContext()
Get the PluginContext for the parent of this custom tag.
|
Modifier and Type | Method and Description |
---|---|
void |
TagPlugin.doTag(TagPluginContext ctxt)
Generate codes for a custom tag.
|
Modifier and Type | Method and Description |
---|---|
private void |
ForEach.doCollection(TagPluginContext ctxt)
Generate codes for Collections
The pseudo code is:
|
void |
Choose.doTag(TagPluginContext ctxt) |
void |
ForEach.doTag(TagPluginContext ctxt) |
void |
If.doTag(TagPluginContext ctxt) |
void |
Otherwise.doTag(TagPluginContext ctxt) |
void |
When.doTag(TagPluginContext ctxt) |
private void |
ForEach.generateIterators(TagPluginContext ctxt)
Generate iterators for data types supported in items
|