Uses of Interface
org.apache.jasper.compiler.tagplugin.TagPluginContext
Packages that use 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 TypeMethodDescriptionvoidTagPlugin.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 TypeMethodDescriptionvoidChoose.doTag(TagPluginContext ctxt) voidForEach.doTag(TagPluginContext ctxt) voidIf.doTag(TagPluginContext ctxt) voidOtherwise.doTag(TagPluginContext ctxt) voidWhen.doTag(TagPluginContext ctxt)