|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jasper.compiler.Node.JspAttribute
Represents attributes that can be request time expressions. Can either be a plain attribute, an attribute that represents a request time expression value, or a named attribute (specified using the jsp:attribute standard action).
Method Summary | |
ELNode.Nodes |
getEL()
|
java.lang.String |
getLocalName()
|
java.lang.String |
getName()
|
Node.NamedAttribute |
getNamedAttributeNode()
Only makes sense if namedAttribute is true. |
java.lang.String |
getURI()
|
java.lang.String |
getValue()
Only makes sense if namedAttribute is false. |
boolean |
isDynamic()
XXX |
boolean |
isELInterpreterInput()
|
boolean |
isExpression()
|
boolean |
isLiteral()
|
boolean |
isNamedAttribute()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getName()
public java.lang.String getLocalName()
public java.lang.String getURI()
public java.lang.String getValue()
public Node.NamedAttribute getNamedAttributeNode()
public boolean isExpression()
public boolean isNamedAttribute()
public boolean isELInterpreterInput()
public boolean isLiteral()
public boolean isDynamic()
public ELNode.Nodes getEL()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |