org.apache.webbeans.el
Class WrappedExpressionFactory
java.lang.Object
javax.el.ExpressionFactory
org.apache.webbeans.el.WrappedExpressionFactory
public class WrappedExpressionFactory
- extends ExpressionFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedExpressionFactory
public WrappedExpressionFactory(ExpressionFactory expressionFactory)
coerceToType
public Object coerceToType(Object arg0,
Class<?> arg1)
throws ELException
- Specified by:
coerceToType in class ExpressionFactory
- Throws:
ELException
createMethodExpression
public MethodExpression createMethodExpression(ELContext arg0,
String arg1,
Class<?> arg2,
Class<?>[] arg3)
throws ELException,
NullPointerException
- Specified by:
createMethodExpression in class ExpressionFactory
- Throws:
ELException
NullPointerException
createValueExpression
public ValueExpression createValueExpression(Object arg0,
Class<?> arg1)
- Specified by:
createValueExpression in class ExpressionFactory
createValueExpression
public ValueExpression createValueExpression(ELContext arg0,
String arg1,
Class<?> arg2)
throws NullPointerException,
ELException
- Specified by:
createValueExpression in class ExpressionFactory
- Throws:
NullPointerException
ELException
Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.