| Package | Description |
|---|---|
| org.apache.jasper.compiler.tagplugin | |
| org.apache.jasper.tagplugins.jstl |
| 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 |
|---|---|
void |
When.doTag(TagPluginContext ctxt) |
void |
Otherwise.doTag(TagPluginContext ctxt) |
void |
If.doTag(TagPluginContext ctxt) |
void |
ForEach.doTag(TagPluginContext ctxt) |
void |
Choose.doTag(TagPluginContext ctxt) |
Copyright © 2017 GlassFish Community. All rights reserved.