org.jasig.portal.container.om.portlet
Class ContentTypeSetImpl
java.lang.Object
org.jasig.portal.container.om.portlet.ContentTypeSetImpl
- All Implemented Interfaces:
- org.apache.pluto.om.portlet.ContentTypeSet, org.apache.pluto.om.Model, java.io.Serializable
- public class ContentTypeSetImpl
- extends java.lang.Object
- implements org.apache.pluto.om.portlet.ContentTypeSet, java.io.Serializable
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.1 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Method Summary |
void |
add(org.apache.pluto.om.portlet.ContentType contentType)
|
org.apache.pluto.om.portlet.ContentType |
get(java.lang.String contentType)
|
java.util.Iterator |
iterator()
|
boolean |
supportsPortletMode(javax.portlet.PortletMode portletMode)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentTypeSetImpl
public ContentTypeSetImpl()
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interface org.apache.pluto.om.portlet.ContentTypeSet
get
public org.apache.pluto.om.portlet.ContentType get(java.lang.String contentType)
- Specified by:
get
in interface org.apache.pluto.om.portlet.ContentTypeSet
supportsPortletMode
public boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
- Specified by:
supportsPortletMode
in interface org.apache.pluto.om.portlet.ContentTypeSet
add
public void add(org.apache.pluto.om.portlet.ContentType contentType)