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 ExpressionFactory


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

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.