Package | Description |
---|---|
org.apache.jasper.compiler.tagplugin | |
org.apache.jasper.tagplugins.jstl |
Modifier and Type | Method | Description |
---|---|---|
TagPluginContext |
TagPluginContext.getParentContext() |
Get the PluginContext for the parent of this custom tag.
|
Modifier and Type | Method | Description |
---|---|---|
void |
TagPlugin.doTag(TagPluginContext ctxt) |
Generate codes for a custom tag.
|
Modifier and Type | Method | Description |
---|---|---|
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) |
Copyright © 2019 Oracle. All rights reserved.