This project has retired. For details please refer to its Attic page.
SettingsInterpreter (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)

org.apache.cocoon.sitemap.expression
Class SettingsInterpreter

java.lang.Object
  extended by org.apache.cocoon.sitemap.expression.SettingsInterpreter
All Implemented Interfaces:
LanguageInterpreter

public class SettingsInterpreter
extends Object
implements LanguageInterpreter

Interpreter that will look up the properties with help of the spring configurator. This is the cocoon 2.2 correspondent of {global:...} input module.


Constructor Summary
SettingsInterpreter()
           
 
Method Summary
 Object resolve(String expression, ObjectModel objectModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsInterpreter

public SettingsInterpreter()
Method Detail

resolve

public Object resolve(String expression,
                      ObjectModel objectModel)
Specified by:
resolve in interface LanguageInterpreter


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.