org.apache.commons.el
public class VariableResolverImpl 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.
Version: $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: luehe $
| Field Summary | |
|---|---|
| PageContext | mCtx |
| Constructor Summary | |
|---|---|
| VariableResolverImpl(PageContext pCtx)
Constructor
| |
| Method Summary | |
|---|---|
| Object | resolveVariable(String pName)
Resolves the specified variable within the given context.
|