Uses of Interface
org.apache.jasper.compiler.tagplugin.TagPluginContext
Packages that use TagPluginContext
Package
Description
-
Uses of TagPluginContext in org.apache.jasper.compiler
Classes in org.apache.jasper.compiler that implement TagPluginContextModifier and TypeClassDescription(package private) static class
Fields in org.apache.jasper.compiler declared as TagPluginContextMethods in org.apache.jasper.compiler that return TagPluginContextModifier and TypeMethodDescriptionTagPluginManager.TagPluginContextImpl.getParentContext()
Node.CustomTag.getTagPluginContext()
Methods in org.apache.jasper.compiler with parameters of type TagPluginContextModifier and TypeMethodDescriptionvoid
Node.CustomTag.setTagPluginContext
(TagPluginContext tagPluginContext) -
Uses of TagPluginContext in org.apache.jasper.compiler.tagplugin
Methods in org.apache.jasper.compiler.tagplugin that return TagPluginContextModifier and TypeMethodDescriptionTagPluginContext.getParentContext()
Get the PluginContext for the parent of this custom tag.Methods in org.apache.jasper.compiler.tagplugin with parameters of type TagPluginContextModifier and TypeMethodDescriptionvoid
TagPlugin.doTag
(TagPluginContext ctxt) Generate codes for a custom tag. -
Uses of TagPluginContext in org.apache.jasper.tagplugins.jstl
Methods in org.apache.jasper.tagplugins.jstl with parameters of type TagPluginContextModifier and TypeMethodDescriptionprivate 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