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.NamedAttribute
Node.JspAttribute. namedAttributeNode
Methods in org.apache.jasper.compiler that return Node.NamedAttribute Modifier and Type Method Description Node.NamedAttribute
Node. 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.NamedAttribute
Node.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.String
Generator.GenerateVisitor. generateNamedAttributeJspFragment(Node.NamedAttribute n, java.lang.String tagHandlerVar)
Similar to generateNamedAttributeValue, but create a JspFragment instead.java.lang.String
Generator.GenerateVisitor. generateNamedAttributeValue(Node.NamedAttribute n)
Generate the code required to obtain the runtime value of the given named attribute.void
Collector.CollectVisitor. visit(Node.NamedAttribute n)
void
Dumper.DumpVisitor. visit(Node.NamedAttribute n)
void
Generator.GenerateVisitor. visit(Node.NamedAttribute n)
void
Node.Visitor. visit(Node.NamedAttribute n)
void
PageDataImpl.SecondPassVisitor. visit(Node.NamedAttribute n)
void
SmapUtil.SmapGenVisitor. visit(Node.NamedAttribute n)
void
Validator.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.
-