Class BooleanLiteral
- java.lang.Object
-
- org.apache.taglibs.standard.lang.jstl.Expression
-
- org.apache.taglibs.standard.lang.jstl.Literal
-
- org.apache.taglibs.standard.lang.jstl.BooleanLiteral
-
public class BooleanLiteral extends Literal
An expression representing a boolean literal value
-
-
Field Summary
Fields Modifier and Type Field Description static BooleanLiteral
FALSE
static BooleanLiteral
TRUE
-
Constructor Summary
Constructors Constructor Description BooleanLiteral(java.lang.String pToken)
Constructor
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExpressionString()
Returns the expression in the expression language syntax(package private) static java.lang.Object
getValueFromToken(java.lang.String pToken)
Parses the given token into the literal value
-
-
-
Field Detail
-
TRUE
public static final BooleanLiteral TRUE
-
FALSE
public static final BooleanLiteral FALSE
-
-
Method Detail
-
getValueFromToken
static java.lang.Object getValueFromToken(java.lang.String pToken)
Parses the given token into the literal value
-
getExpressionString
public java.lang.String getExpressionString()
Returns the expression in the expression language syntax- Specified by:
getExpressionString
in classExpression
-
-