org.richfaces.cdk.templatecompiler.el
Class ELNodeConstants
java.lang.Object
org.richfaces.cdk.templatecompiler.el.ELNodeConstants
public final class ELNodeConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AND_OPERATOR
public static final String AND_OPERATOR
- See Also:
- Constant Field Values
DIV_OPERATOR
public static final String DIV_OPERATOR
- See Also:
- Constant Field Values
EQUALITY_OPERATOR
public static final String EQUALITY_OPERATOR
- See Also:
- Constant Field Values
GREATER_THEN_OPERATOR
public static final String GREATER_THEN_OPERATOR
- See Also:
- Constant Field Values
GREATER_THEN_OR_EQUALITY_OPERATOR
public static final String GREATER_THEN_OR_EQUALITY_OPERATOR
- See Also:
- Constant Field Values
LESS_THEN_OPERATOR
public static final String LESS_THEN_OPERATOR
- See Also:
- Constant Field Values
LESS_THEN_OR_EQUALITY_OPERATOR
public static final String LESS_THEN_OR_EQUALITY_OPERATOR
- See Also:
- Constant Field Values
INEQUALITY_OPERATOR
public static final String INEQUALITY_OPERATOR
- See Also:
- Constant Field Values
MINUS_OPERATOR
public static final String MINUS_OPERATOR
- See Also:
- Constant Field Values
MOD_OPERATOR
public static final String MOD_OPERATOR
- See Also:
- Constant Field Values
MULT_OPERATOR
public static final String MULT_OPERATOR
- See Also:
- Constant Field Values
OR_OPERATOR
public static final String OR_OPERATOR
- See Also:
- Constant Field Values
PLUS_OPERATOR
public static final String PLUS_OPERATOR
- See Also:
- Constant Field Values
FALSE_VALUE
public static final String FALSE_VALUE
- See Also:
- Constant Field Values
NULL_VALUE
public static final String NULL_VALUE
- See Also:
- Constant Field Values
TRUE_VALUE
public static final String TRUE_VALUE
- See Also:
- Constant Field Values
COLON
public static final String COLON
- See Also:
- Constant Field Values
COMMA
public static final String COMMA
- See Also:
- Constant Field Values
IS_EQUAL_FUNCTION
public static final String IS_EQUAL_FUNCTION
- See Also:
- Constant Field Values
CONVERT_TO_STRING_FUNCTION
public static final String CONVERT_TO_STRING_FUNCTION
- See Also:
- Constant Field Values
CONVERT_TO_BOOLEAN_FUNCTION
public static final String CONVERT_TO_BOOLEAN_FUNCTION
- See Also:
- Constant Field Values
DOT
public static final String DOT
- See Also:
- Constant Field Values
DOUBLE_VALUE_OF_FUNCTION
public static final String DOUBLE_VALUE_OF_FUNCTION
- See Also:
- Constant Field Values
EXCLAMATION_MARK
public static final String EXCLAMATION_MARK
- See Also:
- Constant Field Values
GET_FUNCTION
public static final String GET_FUNCTION
- See Also:
- Constant Field Values
LEFT_BRACKET
public static final String LEFT_BRACKET
- See Also:
- Constant Field Values
LEFT_SQUARE_BRACKET
public static final String LEFT_SQUARE_BRACKET
- See Also:
- Constant Field Values
NEGATIVE
public static final String NEGATIVE
- See Also:
- Constant Field Values
QUESTION_SIGN
public static final String QUESTION_SIGN
- See Also:
- Constant Field Values
RIGHT_BRACKET
public static final String RIGHT_BRACKET
- See Also:
- Constant Field Values
RIGHT_SQUARE_BRACKET
public static final String RIGHT_SQUARE_BRACKET
- See Also:
- Constant Field Values
THIS_PREFIX
public static final String THIS_PREFIX
- See Also:
- Constant Field Values
SUPER_PREFIX
public static final String SUPER_PREFIX
- See Also:
- Constant Field Values
GETTER_PREFIX
public static final String GETTER_PREFIX
- See Also:
- Constant Field Values
IS_EMPTY_FUNCTION
public static final String IS_EMPTY_FUNCTION
- See Also:
- Constant Field Values
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.