net.sourceforge.smile.el
Class VariableResolverAdapter

java.lang.Object
  extended bynet.sourceforge.smile.el.VariableResolverAdapter
All Implemented Interfaces:
VariableResolver

public class VariableResolverAdapter
extends java.lang.Object
implements VariableResolver

Author:
codehawk This class works as an adapter to translate between the interface VariableResolver in the apache JSP expression language support library and the symantically identical JSF notion of a VariableResolver.

Constructor Summary
VariableResolverAdapter(javax.faces.application.Application application)
           
 
Method Summary
 java.lang.Object resolveVariable(java.lang.String pName)
          Resolves the specified variable.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableResolverAdapter

public VariableResolverAdapter(javax.faces.application.Application application)
Method Detail

resolveVariable

public java.lang.Object resolveVariable(java.lang.String pName)
Description copied from interface: VariableResolver
Resolves the specified variable. Returns null if the variable is not found.

Specified by:
resolveVariable in interface VariableResolver
Parameters:
pName - the name of the variable to resolve
Returns:
the result of the variable resolution
See Also:
org.apache.taglibs.standard.lang.jstl.VariableResolver#resolveVariable(java.lang.String, java.lang.Object)