|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.el.lang.ELSupport org.apache.el.parser.SimpleNode org.apache.el.parser.AstString
public final class AstString
Field Summary |
---|
Fields inherited from class org.apache.el.parser.SimpleNode |
---|
children, id, image, parent |
Constructor Summary | |
---|---|
AstString(int id)
|
Method Summary | |
---|---|
java.lang.String |
getString()
|
java.lang.Class |
getType(EvaluationContext ctx)
|
java.lang.Object |
getValue(EvaluationContext ctx)
|
void |
setImage(java.lang.String image)
|
Methods inherited from class org.apache.el.parser.SimpleNode |
---|
accept, dump, equals, getImage, getMethodInfo, hashCode, invoke, isReadOnly, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, setValue, toString, toString |
Methods inherited from class org.apache.el.lang.ELSupport |
---|
checkType, coerceToBoolean, coerceToCharacter, coerceToEnum, coerceToNumber, coerceToNumber, coerceToNumber, coerceToNumber, coerceToString, coerceToType, compare, containsNulls, equals, isBigDecimalOp, isBigIntegerOp, isDoubleOp, isDoubleStringOp, isLongOp, isStringFloat, throwUnhandled, toFloat, toNumber |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AstString(int id)
Method Detail |
---|
public java.lang.String getString()
public java.lang.Class getType(EvaluationContext ctx) throws javax.el.ELException
getType
in interface Node
getType
in class SimpleNode
javax.el.ELException
public java.lang.Object getValue(EvaluationContext ctx) throws javax.el.ELException
getValue
in interface Node
getValue
in class SimpleNode
javax.el.ELException
public void setImage(java.lang.String image)
setImage
in class SimpleNode
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |