org.apache.cocoon.portal.coplets.basket.events
Class ShowBasketEvent
java.lang.Object
org.apache.cocoon.portal.coplets.basket.events.ContentStoreEvent
org.apache.cocoon.portal.coplets.basket.events.ShowBasketEvent
- All Implemented Interfaces:
- Event
public class ShowBasketEvent
- extends ContentStoreEvent
Show the contents of one basket
- Version:
- CVS $Id: ShowBasketEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
basketId
protected String basketId
- The basket to show
ShowBasketEvent
public ShowBasketEvent(String basketId)
- Constructor
- Parameters:
basketId
- The id of the basket
getBasketId
public String getBasketId()
- Return the basket id
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.