org.apache.cocoon.portal.pluto.om
Class PortletApplicationDefinitionListImpl
java.lang.Object
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
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 |
portletApplicationDefinitions
protected Map portletApplicationDefinitions
- The portlet application definitions
PortletApplicationDefinitionListImpl
public PortletApplicationDefinitionListImpl()
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.