protected static class ExpressionExecutorSupport.BeanVariableResolver
extends java.lang.Object
implements javax.servlet.jsp.el.VariableResolver
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
resolveVariable(java.lang.String property)
Recognizes a couple of special variables, and if the property requested
isn't one of them, just looks up a property on the action bean.
|
public java.lang.Object resolveVariable(java.lang.String property)
throws javax.servlet.jsp.el.ELException
resolveVariable in interface javax.servlet.jsp.el.VariableResolverproperty - the name of the variable/property being looked forjavax.servlet.jsp.el.ELException? Copyright 2005-2006, Stripes Development Team.