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:
Externalizable, Serializable, FacesWrapper<javax.el.ValueExpression>

public class LocationValueExpressionUEL
extends LocationValueExpression

LocationValueExpression for el-api 2.2

Version:
$Revision: 1142032 $ $Date: 2011-07-01 14:14:25 -0500 (Fri, 01 Jul 2011) $
Author:
Jakob Korherr (latest modification by $Author: lu4242 $)
See Also:
Serialized Form

Constructor Summary
LocationValueExpressionUEL()
           
LocationValueExpressionUEL(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, readExternal, setValue, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationValueExpressionUEL

public LocationValueExpressionUEL()

LocationValueExpressionUEL

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