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

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.ValueExpression
          extended by org.apache.myfaces.view.facelets.el.LocationValueExpression
              extended by org.apache.myfaces.view.facelets.el.ResourceLocationValueExpression
                  extended by org.apache.myfaces.view.facelets.el.ResourceLocationValueExpressionUEL
All Implemented Interfaces:
java.io.Serializable, javax.faces.FacesWrapper<javax.el.ValueExpression>

public class ResourceLocationValueExpressionUEL
extends ResourceLocationValueExpression

ResourceLocationValueExpression for el-api 2.2

Author:
Leonardo Uribe
See Also:
Serialized Form

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

Constructor Detail

ResourceLocationValueExpressionUEL

public ResourceLocationValueExpressionUEL(javax.faces.view.Location location,
                                          javax.el.ValueExpression delegate)
Method Detail

getValueReference

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


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