public class JSTLVariableResolver extends Object implements VariableResolver
This is the JSTL-specific implementation of VariableResolver. It looks up variable references in the PageContext, and also recognizes references to implicit objects.
| Constructor and Description |
|---|
JSTLVariableResolver() |
| Modifier and Type | Method and Description |
|---|---|
Object |
resolveVariable(String pName,
Object pContext)
Resolves the specified variable within the given context.
|
public Object resolveVariable(String pName, Object pContext) throws ELException
resolveVariable in interface VariableResolverELExceptionCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.