Uses of Class
org.apache.jasper.compiler.Node.NamedAttribute
Packages that use Node.NamedAttribute
-
Uses of Node.NamedAttribute in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Node.NamedAttributeModifier and TypeFieldDescriptionprivate Node.NamedAttributeNode.JspAttribute.namedAttributeNodeMethods in org.apache.jasper.compiler that return Node.NamedAttributeModifier and TypeMethodDescriptionNode.getNamedAttributeNode(String name) Searches all subnodes of this node for jsp:attribute standard actions with the given name, and returns the NamedAttribute node of the matching named attribute, nor null if no such node is found.Node.JspAttribute.getNamedAttributeNode()Only makes sense if namedAttribute is true.Methods in org.apache.jasper.compiler with parameters of type Node.NamedAttributeModifier and TypeMethodDescriptionGenerator.GenerateVisitor.generateNamedAttributeJspFragment(Node.NamedAttribute n, String tagHandlerVar) Similar to generateNamedAttributeValue, but create a JspFragment instead.Generator.GenerateVisitor.generateNamedAttributeValue(Node.NamedAttribute n) Generate the code required to obtain the runtime value of the given named attribute.voidCollector.CollectVisitor.visit(Node.NamedAttribute n) voidDumper.DumpVisitor.visit(Node.NamedAttribute n) voidGenerator.GenerateVisitor.visit(Node.NamedAttribute n) voidNode.Visitor.visit(Node.NamedAttribute n) voidPageDataImpl.SecondPassVisitor.visit(Node.NamedAttribute n) voidSmapUtil.SmapGenVisitor.visit(Node.NamedAttribute n) voidValidator.ValidateVisitor.visit(Node.NamedAttribute n) Constructors in org.apache.jasper.compiler with parameters of type Node.NamedAttributeModifierConstructorDescription(package private)JspAttribute(Node.NamedAttribute na, boolean dyn) Use this constructor if the JspAttribute represents a named attribute.