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
An expression representing a boolean literal value
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the expression in the expression language syntax
-
Field Details
-
TRUE
-
FALSE
-
-
Constructor Details
-
BooleanLiteral
Constructor
-
-
Method Details
-
getExpressionString
Returns the expression in the expression language syntax- Specified by:
getExpressionStringin classExpression
-