org.apache.webbeans.el
Class WrappedExpressionFactory

java.lang.Object
  extended by javax.el.ExpressionFactory
      extended by org.apache.webbeans.el.WrappedExpressionFactory

public class WrappedExpressionFactory
extends javax.el.ExpressionFactory


Constructor Summary
WrappedExpressionFactory(javax.el.ExpressionFactory expressionFactory)
           
 
Method Summary
 Object coerceToType(Object arg0, Class<?> arg1)
           
 javax.el.MethodExpression createMethodExpression(javax.el.ELContext arg0, String arg1, Class<?> arg2, Class<?>[] arg3)
           
 javax.el.ValueExpression createValueExpression(javax.el.ELContext arg0, String arg1, Class<?> arg2)
           
 javax.el.ValueExpression createValueExpression(Object arg0, 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
 

Constructor Detail

WrappedExpressionFactory

public WrappedExpressionFactory(javax.el.ExpressionFactory expressionFactory)
Method Detail

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-2011 The Apache Software Foundation. All Rights Reserved.