net.sourceforge.stripes.validation.expression
Class Jsp21ExpressionExecutor.StripesELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELContext
Enclosing class:
Jsp21ExpressionExecutor

protected static class Jsp21ExpressionExecutor.StripesELContext
extends ELContext

Implementation of the EL interface for managing expression context. Resolves variables using the StripesELResolver above. Both the FunctionMapper and VariableResolver are essentially no-op implementations.

Since:
Stripes 1.5
Author:
Tim Fennell

Constructor Summary
Jsp21ExpressionExecutor.StripesELContext(ActionBean bean)
          Constructs a new instance using the ActionBean provided as the source for most property resolutions.
 
Method Summary
 Jsp21ExpressionExecutor.StripesELResolver getELResolver()
          Returns the StripesELResovler.
 FunctionMapper getFunctionMapper()
          Returns a no-op implementation of FunctionMapper.
 VariableMapper getVariableMapper()
          Returns a no-op implementation of VariableMapper.
 void setCurrentValue(Object value)
          Sets the current value of the 'this' special variable.
 
Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Jsp21ExpressionExecutor.StripesELContext

public Jsp21ExpressionExecutor.StripesELContext(ActionBean bean)
Constructs a new instance using the ActionBean provided as the source for most property resolutions.

Parameters:
bean - the ActionBean to resolve properties against
Method Detail

setCurrentValue

public void setCurrentValue(Object value)
Sets the current value of the 'this' special variable.


getELResolver

public Jsp21ExpressionExecutor.StripesELResolver getELResolver()
Returns the StripesELResovler.

Specified by:
getELResolver in class ELContext

getFunctionMapper

public FunctionMapper getFunctionMapper()
Returns a no-op implementation of FunctionMapper.

Specified by:
getFunctionMapper in class ELContext

getVariableMapper

public VariableMapper getVariableMapper()
Returns a no-op implementation of VariableMapper.

Specified by:
getVariableMapper in class ELContext


? Copyright 2005-2006, Stripes Development Team.