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 javax.el.ValueExpression

See Also:
Serialized Form

Constructor Summary
WrappedValueExpression(javax.el.ValueExpression valueExpression)
           
 
Method Summary
 boolean equals(Object arg0)
           
 Class<?> getExpectedType()
           
 String getExpressionString()
           
 Class<?> getType(javax.el.ELContext arg0)
           
 Object getValue(javax.el.ELContext context)
           
 javax.el.ValueReference getValueReference(javax.el.ELContext context)
           
 int hashCode()
           
 boolean isLiteralText()
           
 boolean isReadOnly(javax.el.ELContext arg0)
           
 void setValue(javax.el.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(javax.el.ValueExpression valueExpression)
Method Detail

getValueReference

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

getExpectedType

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

getType

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

getValue

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

isReadOnly

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

setValue

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

equals

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

getExpressionString

public String getExpressionString()
Specified by:
getExpressionString in class javax.el.Expression

hashCode

public int hashCode()
Specified by:
hashCode in class javax.el.Expression

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText in class javax.el.Expression


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