Uses of Interface
org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Packages that use TagPluginContext Package Description org.apache.jasper.compiler org.apache.jasper.compiler.tagplugin org.apache.jasper.tagplugins.jstl -
-
Uses of TagPluginContext in org.apache.jasper.compiler
Classes in org.apache.jasper.compiler that implement TagPluginContext Modifier and Type Class Description (package private) static classTagPluginManager.TagPluginContextImplFields in org.apache.jasper.compiler declared as TagPluginContext Modifier and Type Field Description private TagPluginContextNode.CustomTag. tagPluginContextMethods in org.apache.jasper.compiler that return TagPluginContext Modifier and Type Method Description TagPluginContextTagPluginManager.TagPluginContextImpl. getParentContext()TagPluginContextNode.CustomTag. getTagPluginContext()Methods in org.apache.jasper.compiler with parameters of type TagPluginContext Modifier and Type Method Description voidNode.CustomTag. setTagPluginContext(TagPluginContext tagPluginContext) -
Uses of TagPluginContext in org.apache.jasper.compiler.tagplugin
Methods in org.apache.jasper.compiler.tagplugin that return TagPluginContext Modifier and Type Method Description TagPluginContextTagPluginContext. getParentContext()Get the PluginContext for the parent of this custom tag.Methods in org.apache.jasper.compiler.tagplugin with parameters of type TagPluginContext Modifier and Type Method Description voidTagPlugin. 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 TagPluginContext Modifier and Type Method Description private voidForEach. doCollection(TagPluginContext ctxt)Generate codes for Collections The pseudo code is:voidChoose. doTag(TagPluginContext ctxt)voidForEach. doTag(TagPluginContext ctxt)voidIf. doTag(TagPluginContext ctxt)voidOtherwise. doTag(TagPluginContext ctxt)voidWhen. doTag(TagPluginContext ctxt)private voidForEach. generateIterators(TagPluginContext ctxt)Generate iterators for data types supported in items
-