protected static class ExpressionExecutorSupport.BeanVariableResolver extends Object implements VariableResolver
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveVariable(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 Object resolveVariable(String property) throws ELException
resolveVariable in interface VariableResolverproperty - the name of the variable/property being looked forELException© Copyright 2005-2006, Stripes Development Team.