org.apache.cocoon.servlet.util
Class SettingsHelper

java.lang.Object
  extended by org.apache.cocoon.servlet.util.SettingsHelper

public class SettingsHelper
extends Object


Constructor Summary
SettingsHelper()
           
 
Method Summary
static org.apache.cocoon.configuration.Settings getSettings(Map<String,? extends Object> parameters)
           
static void storeSettings(org.apache.cocoon.configuration.Settings settings, Map<String,Object> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SettingsHelper

public SettingsHelper()
Method Detail

getSettings

public static org.apache.cocoon.configuration.Settings getSettings(Map<String,? extends Object> parameters)

storeSettings

public static void storeSettings(org.apache.cocoon.configuration.Settings settings,
                                 Map<String,Object> parameters)


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