Package | Description |
---|---|
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private Node.NamedAttribute |
Node.JspAttribute.namedAttributeNode |
Modifier and Type | Method and Description |
---|---|
Node.NamedAttribute |
Node.JspAttribute.getNamedAttributeNode()
Only makes sense if namedAttribute is true.
|
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.
|
Modifier and Type | Method and 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) |
Constructor and Description |
---|
JspAttribute(Node.NamedAttribute na,
boolean dyn)
Use this constructor if the JspAttribute represents a
named attribute.
|