Example usage for Java javax.el ExpressionFactory fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | coerceToType(Object obj, Class> expectedType) Coerce the supplied object to the requested type. |
MethodExpression | createMethodExpression(ELContext context, String expression, Class> expectedReturnType, Class>[] expectedParamTypes) Create a new method expression instance. |
ValueExpression | createValueExpression(ELContext context, String expression, Class> expectedType) Create a new value expression. |
ValueExpression | createValueExpression(Object instance, Class> expectedType) |
ExpressionFactory | newInstance() Create a new ExpressionFactory . |