protected static class Jsp21ExpressionExecutor.StripesELContext
extends javax.el.ELContext
Constructor and Description |
---|
Jsp21ExpressionExecutor.StripesELContext(ActionBean bean)
Constructs a new instance using the ActionBean provided as the source for most
property resolutions.
|
Modifier and Type | Method and Description |
---|---|
Jsp21ExpressionExecutor.StripesELResolver |
getELResolver()
Returns the StripesELResovler.
|
javax.el.FunctionMapper |
getFunctionMapper()
Returns a no-op implementation of FunctionMapper.
|
javax.el.VariableMapper |
getVariableMapper()
Returns a no-op implementation of VariableMapper.
|
void |
setCurrentValue(java.lang.Object value)
Sets the current value of the 'this' special variable.
|
public Jsp21ExpressionExecutor.StripesELContext(ActionBean bean)
bean
- the ActionBean to resolve properties againstpublic void setCurrentValue(java.lang.Object value)
public Jsp21ExpressionExecutor.StripesELResolver getELResolver()
getELResolver
in class javax.el.ELContext
public javax.el.FunctionMapper getFunctionMapper()
getFunctionMapper
in class javax.el.ELContext
public javax.el.VariableMapper getVariableMapper()
getVariableMapper
in class javax.el.ELContext
? Copyright 2005-2006, Stripes Development Team.