org.apache.cocoon.portal.layout
Class AbstractParameters

java.lang.Object
  extended by org.apache.cocoon.portal.layout.AbstractParameters
All Implemented Interfaces:
Cloneable, Parameters
Direct Known Subclasses:
Item

public abstract class AbstractParameters
extends Object
implements Parameters, Cloneable

Version:
CVS $Id: AbstractParameters.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler, Volker Schmitt

Field Summary
protected  Map parameters
           
 
Constructor Summary
AbstractParameters()
           
 
Method Summary
 void addParameter(org.apache.pluto.om.common.Parameter parameter)
           
protected  Object clone()
           
 Set getCastorParameters()
           
 Map getParameters()
          Get custom parameters as List of org.apache.cocoon.portal.layout.impl.Parameters.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parameters

protected Map parameters
Constructor Detail

AbstractParameters

public AbstractParameters()
Method Detail

getParameters

public final Map getParameters()
Description copied from interface: Parameters
Get custom parameters as List of org.apache.cocoon.portal.layout.impl.Parameters. This method never returns null.

Specified by:
getParameters in interface Parameters
Returns:
List

getCastorParameters

public final Set getCastorParameters()

addParameter

public void addParameter(org.apache.pluto.om.common.Parameter parameter)

clone

protected Object clone()
                throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


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