org.apache.cocoon.portal.coplets.basket
Class Folder

java.lang.Object
  extended byorg.apache.cocoon.portal.coplets.basket.ContentStore
      extended byorg.apache.cocoon.portal.coplets.basket.Folder
All Implemented Interfaces:
Serializable

public class Folder
extends ContentStore

This is a per user basket that is persistent between sessions. Make a subclass to add your specific functionality

Version:
$Id: Folder.java 322471 2005-10-16 13:24:19Z cziegeler $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.coplets.basket.ContentStore
id, items
 
Constructor Summary
Folder(String id)
           
 
Methods inherited from class org.apache.cocoon.portal.coplets.basket.ContentStore
addItem, contentSize, getId, getItem, getItem, getIterator, removeItem, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Folder

public Folder(String id)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.