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.NamedAttribute
Node.JspAttribute.namedAttributeNode
Methods 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.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.NamedAttributeModifierConstructorDescription(package private)
JspAttribute
(Node.NamedAttribute na, boolean dyn) Use this constructor if the JspAttribute represents a named attribute.