Package org.apache.webbeans.el22
Class WrappedExpressionFactory
- java.lang.Object
-
- jakarta.el.ExpressionFactory
-
- org.apache.webbeans.el22.WrappedExpressionFactory
-
public class WrappedExpressionFactory extends jakarta.el.ExpressionFactory
-
-
Constructor Summary
Constructors Constructor Description WrappedExpressionFactory(jakarta.el.ExpressionFactory expressionFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectcoerceToType(Object arg0, Class<?> arg1)jakarta.el.MethodExpressioncreateMethodExpression(jakarta.el.ELContext arg0, String arg1, Class<?> arg2, Class<?>[] arg3)jakarta.el.ValueExpressioncreateValueExpression(jakarta.el.ELContext arg0, String arg1, Class<?> arg2)jakarta.el.ValueExpressioncreateValueExpression(Object arg0, Class<?> arg1)
-
-
-
Method Detail
-
coerceToType
public Object coerceToType(Object arg0, Class<?> arg1) throws jakarta.el.ELException
- Specified by:
coerceToTypein classjakarta.el.ExpressionFactory- Throws:
jakarta.el.ELException
-
createMethodExpression
public jakarta.el.MethodExpression createMethodExpression(jakarta.el.ELContext arg0, String arg1, Class<?> arg2, Class<?>[] arg3) throws jakarta.el.ELException, NullPointerException- Specified by:
createMethodExpressionin classjakarta.el.ExpressionFactory- Throws:
jakarta.el.ELExceptionNullPointerException
-
createValueExpression
public jakarta.el.ValueExpression createValueExpression(Object arg0, Class<?> arg1)
- Specified by:
createValueExpressionin classjakarta.el.ExpressionFactory
-
createValueExpression
public jakarta.el.ValueExpression createValueExpression(jakarta.el.ELContext arg0, String arg1, Class<?> arg2) throws NullPointerException, jakarta.el.ELException- Specified by:
createValueExpressionin classjakarta.el.ExpressionFactory- Throws:
NullPointerExceptionjakarta.el.ELException
-
-