org.apache.cocoon.portal.coplets.basket
Class BasketManager.ActionInfo

java.lang.Object
  extended by org.apache.cocoon.portal.coplets.basket.BasketManager.ActionInfo
Enclosing interface:
BasketManager

public static class BasketManager.ActionInfo
extends Object

An action info consists of a name and a url


Field Summary
 String name
           
 String url
           
 
Constructor Summary
BasketManager.ActionInfo(String n, String u)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name

url

public final String url
Constructor Detail

BasketManager.ActionInfo

public BasketManager.ActionInfo(String n,
                                String u)


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