org.infoglue.deliver.portal.om
Class ContentTypeSetImpl

java.lang.Object
  |
  +--org.infoglue.deliver.portal.om.ContentTypeSetImpl
All Implemented Interfaces:
org.apache.pluto.om.portlet.ContentTypeSet, org.apache.pluto.om.Model

public class ContentTypeSetImpl
extends java.lang.Object
implements org.apache.pluto.om.portlet.ContentTypeSet

Author:
jand

Constructor Summary
ContentTypeSetImpl()
           
 
Method Summary
 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
 

Constructor Detail

ContentTypeSetImpl

public ContentTypeSetImpl()
Method Detail

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