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 © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.