org.apache.el.lang
public class ELSupport extends Object
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: markt $
| Constructor Summary | |
|---|---|
| ELSupport() | |
| Method Summary | |
|---|---|
| static void | checkType(Object obj, Class type) |
| static Boolean | coerceToBoolean(Object obj) |
| static Character | coerceToCharacter(Object obj) |
| static Enum | coerceToEnum(Object obj, Class type) |
| static Number | coerceToNumber(Object obj) |
| protected static Number | coerceToNumber(Number number, Class type) |
| static Number | coerceToNumber(Object obj, Class type) |
| protected static Number | coerceToNumber(String val, Class type) |
| static String | coerceToString(Object obj) |
| static Object | coerceToType(Object obj, Class type) |
| static int | compare(Object obj0, Object obj1) |
| static boolean | containsNulls(Object[] obj) |
| static boolean | equals(Object obj0, Object obj1) |
| static boolean | isBigDecimalOp(Object obj0, Object obj1) |
| static boolean | isBigIntegerOp(Object obj0, Object obj1) |
| static boolean | isDoubleOp(Object obj0, Object obj1) |
| static boolean | isDoubleStringOp(Object obj0, Object obj1) |
| static boolean | isLongOp(Object obj0, Object obj1) |
| static boolean | isStringFloat(String str) |
| static void | throwUnhandled(Object base, Object property) |
| static Number | toFloat(String value) |
| static Number | toNumber(String value) |
Parameters: obj
Returns:
Parameters: obj type
Returns:
Parameters: obj
Returns:
Parameters: obj0 obj1
Returns:
Throws: EvaluationException
Parameters: obj
Returns:
Parameters: obj0 obj1
Returns:
Throws: EvaluationException