|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.el.ELContext
net.sourceforge.stripes.validation.expression.Jsp21ExpressionExecutor.StripesELContext
protected static class Jsp21ExpressionExecutor.StripesELContext
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.
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 |
---|
public Jsp21ExpressionExecutor.StripesELContext(ActionBean bean)
bean
- the ActionBean to resolve properties againstMethod Detail |
---|
public void setCurrentValue(Object value)
public Jsp21ExpressionExecutor.StripesELResolver getELResolver()
getELResolver
in class ELContext
public FunctionMapper getFunctionMapper()
getFunctionMapper
in class ELContext
public VariableMapper getVariableMapper()
getVariableMapper
in class ELContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |