org.apache.cocoon.portlet
Class SettingsHelper
java.lang.Object
org.apache.cocoon.portlet.SettingsHelper
- public class SettingsHelper
- extends Object
This helper class initializes the MutableSettings
object from the servlet
configuration.
- Version:
- $Id: SettingsHelper.java 322475 2005-10-16 14:26:44Z cziegeler $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fill
public static void fill(MutableSettings s,
javax.portlet.PortletConfig config)
getInitParameterAsBoolean
protected static boolean getInitParameterAsBoolean(javax.portlet.PortletConfig config,
String name,
boolean defaultValue)
- Convenience method to access boolean servlet parameters
getInitParameterAsInteger
protected static int getInitParameterAsInteger(javax.portlet.PortletConfig config,
String name,
int defaultValue)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.