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

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.LocationValueExpressionUEL
All Implemented Interfaces:
java.io.Serializable, javax.faces.FacesWrapper<javax.el.ValueExpression>

public class LocationValueExpressionUEL
extends LocationValueExpression

LocationValueExpression for el-api 2.2

Version:
$Revision: 928752 $ $Date: 2010-03-29 07:28:20 -0500 (Mon, 29 Mar 2010) $
Author:
Jakob Korherr (latest modification by $Author: jakobk $)
See Also:
Serialized Form

Constructor Summary
LocationValueExpressionUEL(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.LocationValueExpression
equals, getExpectedType, getExpressionString, getLocation, getType, getValue, getWrapped, hashCode, isLiteralText, isReadOnly, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationValueExpressionUEL

public LocationValueExpressionUEL(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.