org.apache.webbeans.el
Class WrappedValueExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by org.apache.webbeans.el.WrappedValueExpression
All Implemented Interfaces:
Serializable

public class WrappedValueExpression
extends ValueExpression

See Also:
Serialized Form

Constructor Summary
WrappedValueExpression(ValueExpression valueExpression)
           
 
Method Summary
 boolean equals(Object arg0)
           
 Class<?> getExpectedType()
           
 String getExpressionString()
           
 Class<?> getType(ELContext arg0)
           
 Object getValue(ELContext context)
           
 ValueReference getValueReference(ELContext context)
           
 int hashCode()
           
 boolean isLiteralText()
           
 boolean isReadOnly(ELContext arg0)
           
 void setValue(ELContext arg0, Object arg1)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedValueExpression

public WrappedValueExpression(ValueExpression valueExpression)
Method Detail

getValueReference

public ValueReference getValueReference(ELContext context)
Overrides:
getValueReference in class ValueExpression

getExpectedType

public Class<?> getExpectedType()
Specified by:
getExpectedType in class ValueExpression

getType

public Class<?> getType(ELContext arg0)
                 throws NullPointerException,
                        PropertyNotFoundException,
                        ELException
Specified by:
getType in class ValueExpression
Throws:
NullPointerException
PropertyNotFoundException
ELException

getValue

public Object getValue(ELContext context)
                throws NullPointerException,
                       PropertyNotFoundException,
                       ELException
Specified by:
getValue in class ValueExpression
Throws:
NullPointerException
PropertyNotFoundException
ELException

isReadOnly

public boolean isReadOnly(ELContext arg0)
                   throws NullPointerException,
                          PropertyNotFoundException,
                          ELException
Specified by:
isReadOnly in class ValueExpression
Throws:
NullPointerException
PropertyNotFoundException
ELException

setValue

public void setValue(ELContext arg0,
                     Object arg1)
              throws NullPointerException,
                     PropertyNotFoundException,
                     PropertyNotWritableException,
                     ELException
Specified by:
setValue in class ValueExpression
Throws:
NullPointerException
PropertyNotFoundException
PropertyNotWritableException
ELException

equals

public boolean equals(Object arg0)
Specified by:
equals in class Expression

getExpressionString

public String getExpressionString()
Specified by:
getExpressionString in class Expression

hashCode

public int hashCode()
Specified by:
hashCode in class Expression

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText in class Expression


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.