public class JSTLVariableResolver extends java.lang.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 |
|---|---|
java.lang.Object |
resolveVariable(java.lang.String pName,
java.lang.Object pContext)
Resolves the specified variable within the given context.
|
public java.lang.Object resolveVariable(java.lang.String pName,
java.lang.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.