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

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

public class CacheableValueExpressionUELWrapper
extends CacheableValueExpressionWrapper

See Also:
Serialized Form

Constructor Summary
CacheableValueExpressionUELWrapper()
           
CacheableValueExpressionUELWrapper(javax.el.ValueExpression delegate)
           
 
Method Summary
 javax.el.ValueReference getValueReference(javax.el.ELContext context)
           
 
Methods inherited from class org.apache.myfaces.view.facelets.el.CacheableValueExpressionWrapper
equals, getExpectedType, getExpressionString, getType, getValue, getWrapped, hashCode, isLiteralText, isReadOnly, readExternal, setValue, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheableValueExpressionUELWrapper

public CacheableValueExpressionUELWrapper()

CacheableValueExpressionUELWrapper

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

getValueReference

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


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