org.apache.commons.el

Class VariableResolverImpl

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 $

Author: Nathan Abramson - Art Technology Group

Field Summary
PageContextmCtx
Constructor Summary
VariableResolverImpl(PageContext pCtx)
Constructor
Method Summary
ObjectresolveVariable(String pName)
Resolves the specified variable within the given context.

Field Detail

mCtx

private PageContext mCtx

Constructor Detail

VariableResolverImpl

public VariableResolverImpl(PageContext pCtx)
Constructor

Method Detail

resolveVariable

public Object resolveVariable(String pName)
Resolves the specified variable within the given context. Returns null if the variable is not found.
Copyright (c) 2001-2002 - Apache Software Foundation