org.apache.cocoon.portal.profile.impl
Class CopletBaseDataManager

java.lang.Object
  extended by org.apache.cocoon.portal.profile.impl.CopletBaseDataManager

public class CopletBaseDataManager
extends Object

Holds instances of CopletBaseData.

Version:
CVS $Id: CopletBaseDataManager.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Björn Lütkemeier

Constructor Summary
CopletBaseDataManager()
           
 
Method Summary
 Map getCopletBaseData()
          Gets all coplet base data.
 CopletBaseData getCopletBaseData(String name)
          Gets the specified coplet base data.
 void putCopletBaseData(CopletBaseData data)
          Puts the specified coplet base data to the manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopletBaseDataManager

public CopletBaseDataManager()
Method Detail

getCopletBaseData

public Map getCopletBaseData()
Gets all coplet base data.


getCopletBaseData

public CopletBaseData getCopletBaseData(String name)
Gets the specified coplet base data.


putCopletBaseData

public void putCopletBaseData(CopletBaseData data)
Puts the specified coplet base data to the manager.



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