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

java.lang.Object
  extended by org.apache.cocoon.portal.coplets.basket.ContentStore
      extended by org.apache.cocoon.portal.coplets.basket.Basket
All Implemented Interfaces:
Serializable

public class Basket
extends ContentStore

This is a per user basket that has the duration of a session Make a subclass to add your specific functionality

Version:
CVS $Id: Basket.html 1304258 2012-03-23 10:09:27Z ilgrosso $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cocoon.portal.coplets.basket.ContentStore
id, items
 
Constructor Summary
Basket(String id)
           
 
Method Summary
 
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

Basket

public Basket(String id)


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