org.apache.cocoon.portal.pluto.om
Class PortletApplicationDefinitionListImpl

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.om.PortletApplicationDefinitionListImpl
All Implemented Interfaces:
org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletApplicationDefinitionList

public class PortletApplicationDefinitionListImpl
extends Object
implements org.apache.pluto.om.portlet.PortletApplicationDefinitionList

Version:
CVS $Id: PortletApplicationDefinitionListImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler

Field Summary
protected  Map portletApplicationDefinitions
          The portlet application definitions
 
Constructor Summary
PortletApplicationDefinitionListImpl()
           
 
Method Summary
 void add(org.apache.pluto.om.portlet.PortletApplicationDefinition def)
          Add a new portlet application definition
 org.apache.pluto.om.portlet.PortletApplicationDefinition get(org.apache.pluto.om.common.ObjectID objectId)
           
 Iterator iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

portletApplicationDefinitions

protected Map portletApplicationDefinitions
The portlet application definitions

Constructor Detail

PortletApplicationDefinitionListImpl

public PortletApplicationDefinitionListImpl()
Method Detail

get

public org.apache.pluto.om.portlet.PortletApplicationDefinition get(org.apache.pluto.om.common.ObjectID objectId)
Specified by:
get in interface org.apache.pluto.om.portlet.PortletApplicationDefinitionList

iterator

public Iterator iterator()
Specified by:
iterator in interface org.apache.pluto.om.portlet.PortletApplicationDefinitionList

add

public void add(org.apache.pluto.om.portlet.PortletApplicationDefinition def)
Add a new portlet application definition



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