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