Uses of Class
org.apache.jasper.compiler.Node.NamedAttribute
-
Packages that use Node.NamedAttribute Package Description org.apache.jasper.compiler -
-
Uses of Node.NamedAttribute in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Node.NamedAttribute Modifier and Type Field Description private Node.NamedAttributeNode.JspAttribute. namedAttributeNodeMethods in org.apache.jasper.compiler that return Node.NamedAttribute Modifier and Type Method Description Node.NamedAttributeNode. getNamedAttributeNode(java.lang.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.NamedAttributeNode.JspAttribute. getNamedAttributeNode()Only makes sense if namedAttribute is true.Methods in org.apache.jasper.compiler with parameters of type Node.NamedAttribute Modifier and Type Method Description java.lang.StringGenerator.GenerateVisitor. generateNamedAttributeJspFragment(Node.NamedAttribute n, java.lang.String tagHandlerVar)Similar to generateNamedAttributeValue, but create a JspFragment instead.java.lang.StringGenerator.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.NamedAttribute Constructor Description JspAttribute(Node.NamedAttribute na, boolean dyn)Use this constructor if the JspAttribute represents a named attribute.
-