org.apache.myfaces.view.facelets.el
Class CacheableValueExpressionWrapper

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by org.apache.myfaces.view.facelets.el.CacheableValueExpressionWrapper
All Implemented Interfaces:
Externalizable, Serializable, FacesWrapper<javax.el.ValueExpression>, CacheableValueExpression
Direct Known Subclasses:
CacheableValueExpressionUELWrapper

public class CacheableValueExpressionWrapper
extends javax.el.ValueExpression
implements FacesWrapper<javax.el.ValueExpression>, Externalizable, CacheableValueExpression

See Also:
Serialized Form

Constructor Summary
CacheableValueExpressionWrapper()
           
CacheableValueExpressionWrapper(javax.el.ValueExpression delegate)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class<?> getExpectedType()
           
 String getExpressionString()
           
 Class<?> getType(javax.el.ELContext context)
           
 Object getValue(javax.el.ELContext context)
           
 javax.el.ValueExpression getWrapped()
           
 int hashCode()
           
 boolean isLiteralText()
           
 boolean isReadOnly(javax.el.ELContext context)
           
 void readExternal(ObjectInput in)
           
 void setValue(javax.el.ELContext context, Object value)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class javax.el.ValueExpression
getValueReference
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheableValueExpressionWrapper

public CacheableValueExpressionWrapper()

CacheableValueExpressionWrapper

public CacheableValueExpressionWrapper(javax.el.ValueExpression delegate)
Method Detail

getExpectedType

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

getType

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

getValue

public Object getValue(javax.el.ELContext context)
Specified by:
getValue in class javax.el.ValueExpression

isReadOnly

public boolean isReadOnly(javax.el.ELContext context)
Specified by:
isReadOnly in class javax.el.ValueExpression

setValue

public void setValue(javax.el.ELContext context,
                     Object value)
Specified by:
setValue in class javax.el.ValueExpression

equals

public boolean equals(Object obj)
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

getWrapped

public javax.el.ValueExpression getWrapped()
Specified by:
getWrapped in interface FacesWrapper<javax.el.ValueExpression>

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


Copyright © 2014 The Apache Software Foundation. All rights reserved.