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 (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.