public class Jsp20ExpressionExecutor extends ExpressionExecutorSupport
ExpressionExecutor that uses the container's built in
JSP2.0 EL implementation. This requires that the DispatcherServlet allocates a
PageContext object earlier in the request cycle in order
to gain access to the ExpressionEvaluator. This can cause problems in some containers.ExpressionExecutorSupport.BeanVariableResolverERROR_DEFAULT_SCOPE, ERROR_KEY, THIS| Constructor and Description |
|---|
Jsp20ExpressionExecutor() |
| Modifier and Type | Method and Description |
|---|---|
protected javax.servlet.jsp.el.ExpressionEvaluator |
getEvaluator()
Attempts to get the PageContext object stashed away in the DispatcherHelper
and use it to generate an ExpressionEvaluator.
|
evaluateprotected javax.servlet.jsp.el.ExpressionEvaluator getEvaluator()
getEvaluator in class ExpressionExecutorSupport? Copyright 2005-2006, Stripes Development Team.