org.apache.cocoon.components.treeprocessor.variables
Class NOPVariableResolver

java.lang.Object
  extended by org.apache.cocoon.components.treeprocessor.variables.VariableResolver
      extended by org.apache.cocoon.components.treeprocessor.variables.NOPVariableResolver

public class NOPVariableResolver
extends VariableResolver

No-op implementation of VariableResolver for constant expressions

Version:
CVS $Id: NOPVariableResolver.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
 
Fields inherited from class org.apache.cocoon.components.treeprocessor.variables.VariableResolver
EMPTY_MAP, originalExpr
 
Constructor Summary
NOPVariableResolver(String expression)
           
 
Method Summary
 void release()
           
 String resolve(InvokeContext context, Map objectModel)
          Resolve all {...} patterns using the values given in the list of maps and the object model.
 
Methods inherited from class org.apache.cocoon.components.treeprocessor.variables.VariableResolver
buildMap, buildParameters, equals, hashCode, resolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NOPVariableResolver

public NOPVariableResolver(String expression)
Method Detail

resolve

public final String resolve(InvokeContext context,
                            Map objectModel)
Description copied from class: VariableResolver
Resolve all {...} patterns using the values given in the list of maps and the object model.

Specified by:
resolve in class VariableResolver

release

public final void release()


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.