org.apache.webbeans.el
Class WrappedExpressionFactory
java.lang.Object
javax.el.ExpressionFactory
org.apache.webbeans.el.WrappedExpressionFactory
public class WrappedExpressionFactory
- extends javax.el.ExpressionFactory
|
Method Summary |
java.lang.Object |
coerceToType(java.lang.Object arg0,
java.lang.Class<?> arg1)
|
javax.el.MethodExpression |
createMethodExpression(javax.el.ELContext arg0,
java.lang.String arg1,
java.lang.Class<?> arg2,
java.lang.Class<?>[] arg3)
|
javax.el.ValueExpression |
createValueExpression(javax.el.ELContext arg0,
java.lang.String arg1,
java.lang.Class<?> arg2)
|
javax.el.ValueExpression |
createValueExpression(java.lang.Object arg0,
java.lang.Class<?> arg1)
|
| 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 java.lang.Object coerceToType(java.lang.Object arg0,
java.lang.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,
java.lang.String arg1,
java.lang.Class<?> arg2,
java.lang.Class<?>[] arg3)
throws javax.el.ELException,
java.lang.NullPointerException
- Specified by:
createMethodExpression in class javax.el.ExpressionFactory
- Throws:
javax.el.ELException
java.lang.NullPointerException
createValueExpression
public javax.el.ValueExpression createValueExpression(java.lang.Object arg0,
java.lang.Class<?> arg1)
- Specified by:
createValueExpression in class javax.el.ExpressionFactory
createValueExpression
public javax.el.ValueExpression createValueExpression(javax.el.ELContext arg0,
java.lang.String arg1,
java.lang.Class<?> arg2)
throws java.lang.NullPointerException,
javax.el.ELException
- Specified by:
createValueExpression in class javax.el.ExpressionFactory
- Throws:
java.lang.NullPointerException
javax.el.ELException
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.