Uses of Class
org.apache.jasper.compiler.Node.CustomTag
Packages that use Node.CustomTag
-
Uses of Node.CustomTag in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Node.CustomTagModifier and TypeFieldDescriptionprivate Node.CustomTagNode.CustomTag.customTagParentprivate Node.CustomTagTagPluginManager.TagPluginContextImpl.nodeprivate Node.CustomTagScriptingVariabler.CustomTagCounter.parent(package private) Node.CustomTagNode.AttributeGenerator.tagMethods in org.apache.jasper.compiler that return Node.CustomTagModifier and TypeMethodDescriptionNode.CustomTag.getCustomTagParent()Node.AttributeGenerator.getTag()Methods in org.apache.jasper.compiler with parameters of type Node.CustomTagModifier and TypeMethodDescriptionprivate voidValidator.ValidateVisitor.checkNamedAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, int start, Hashtable<String, Object> tagDataAttrs) private voidValidator.ValidateVisitor.checkSetter(Node.CustomTag n, javax.servlet.jsp.tagext.TagAttributeInfo tldattr) private voidValidator.ValidateVisitor.checkXmlAttributes(Node.CustomTag n, Node.JspAttribute[] jspAttrs, Hashtable<String, Object> tagDataAttrs) private voidGenerator.GenerateVisitor.declareScriptingVars(Node.CustomTag n, int scope) private StringGenerator.GenerateVisitor.evaluateAttribute(Generator.TagHandlerInfo handlerInfo, Node.JspAttribute attr, Node.CustomTag n, String tagHandlerVar) private StringGenerator.GenerateVisitor.generateAliasMap(Node.CustomTag n, String tagHandlerVar) Generate code to create a map for the alias variablesprivate voidGenerator.GenerateVisitor.generateCustomDoTag(Node.CustomTag n, Generator.TagHandlerInfo handlerInfo, String tagHandlerVar) private voidGenerator.GenerateVisitor.generateCustomEnd(Node.CustomTag n, String tagHandlerVar, String tagEvalVar, String tagPushBodyCountVar) private voidGenerator.GenerateVisitor.generateCustomStart(Node.CustomTag n, Generator.TagHandlerInfo handlerInfo, String tagHandlerVar, String tagEvalVar, String tagPushBodyCountVar) private voidGenerator.GenerateVisitor.generateSetters(Node.CustomTag n, String tagHandlerVar, Generator.TagHandlerInfo handlerInfo, boolean simpleTag) private voidGenerator.GenerateVisitor.generateTagPlugin(Node.CustomTag n) private static StringJspDocumentParser.getBodyType(Node.CustomTag custom) private Generator.TagHandlerInfoGenerator.GenerateVisitor.getTagHandlerInfo(Node.CustomTag n) private voidTagPluginManager.invokePlugin(Node.CustomTag n) Invoke tag plugin for the given custom tag, if a plugin exists for the custom tag's tag handler.private voidGenerator.GenerateVisitor.restoreScriptingVars(Node.CustomTag n, int scope) private voidGenerator.GenerateVisitor.saveScriptingVars(Node.CustomTag n, int scope) voidNode.CustomTag.setCustomTagParent(Node.CustomTag n) private voidScriptingVariabler.ScriptingVariableVisitor.setScriptingVars(Node.CustomTag n, int scope) private voidGenerator.GenerateVisitor.syncScriptingVars(Node.CustomTag n, int scope) voidCollector.CollectVisitor.visit(Node.CustomTag n) voidDumper.DumpVisitor.visit(Node.CustomTag n) voidELFunctionMapper.ELFunctionVisitor.visit(Node.CustomTag n) voidGenerator.GenerateVisitor.visit(Node.CustomTag n) voidNode.Visitor.visit(Node.CustomTag n) voidPageDataImpl.SecondPassVisitor.visit(Node.CustomTag n) voidScriptingVariabler.CustomTagCounter.visit(Node.CustomTag n) voidScriptingVariabler.ScriptingVariableVisitor.visit(Node.CustomTag n) voidSmapUtil.SmapGenVisitor.visit(Node.CustomTag n) voidTagFileProcessor.TagFileLoaderVisitor.visit(Node.CustomTag n) voidValidator.TagExtraInfoVisitor.visit(Node.CustomTag n) voidValidator.ValidateVisitor.visit(Node.CustomTag n) Constructors in org.apache.jasper.compiler with parameters of type Node.CustomTagModifierConstructorDescriptionAttributeGenerator(Mark start, String name, Node.CustomTag tag) (package private)TagPluginContextImpl(Node.CustomTag n, PageInfo pageInfo)