Java javax.el ExpressionFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.el ExpressionFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.el ExpressionFactory.

The text is from its open source code.

Method

ObjectcoerceToType(Object obj, Class expectedType)
Coerce the supplied object to the requested type.
MethodExpressioncreateMethodExpression(ELContext context, String expression, Class expectedReturnType, Class[] expectedParamTypes)
Create a new method expression instance.
ValueExpressioncreateValueExpression(ELContext context, String expression, Class expectedType)
Create a new value expression.
ValueExpressioncreateValueExpression(Object instance, Class expectedType)
ExpressionFactorynewInstance()
Create a new ExpressionFactory .