protected static class Jsp21ExpressionExecutor.StripesELContext extends 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.
|
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.
|
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolvedpublic Jsp21ExpressionExecutor.StripesELContext(ActionBean bean)
bean - the ActionBean to resolve properties againstpublic void setCurrentValue(Object value)
public Jsp21ExpressionExecutor.StripesELResolver getELResolver()
getELResolver in class ELContextpublic FunctionMapper getFunctionMapper()
getFunctionMapper in class ELContextpublic VariableMapper getVariableMapper()
getVariableMapper in class ELContext© Copyright 2005-2006, Stripes Development Team.