org.apache.pluto.portalImpl.om.portlet.impl
Class ContentTypeSetImpl

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractSet
          extended byjava.util.HashSet
              extended byorg.apache.pluto.portalImpl.om.common.AbstractSupportSet
                  extended byorg.apache.pluto.portalImpl.om.portlet.impl.ContentTypeSetImpl
All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, org.apache.pluto.om.portlet.ContentTypeSet, org.apache.pluto.om.Model, java.io.Serializable, java.util.Set, Support

public class ContentTypeSetImpl
extends AbstractSupportSet
implements org.apache.pluto.om.portlet.ContentTypeSet, java.io.Serializable

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.pluto.portalImpl.om.common.Support
POST_BUILD, POST_LOAD, POST_STORE, PRE_BUILD, PRE_STORE
 
Constructor Summary
ContentTypeSetImpl()
           
 
Method Summary
 org.apache.pluto.om.portlet.ContentType get(java.lang.String contentType)
           
 void postLoad(java.lang.Object parameter)
           
 boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
           
 java.lang.String toString()
           
 java.lang.String toString(int indent)
           
 
Methods inherited from class org.apache.pluto.portalImpl.om.common.AbstractSupportSet
dispatch, postBuild, postStore, preBuild, preStore
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.pluto.om.portlet.ContentTypeSet
iterator
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

ContentTypeSetImpl

public ContentTypeSetImpl()
Method Detail

get

public org.apache.pluto.om.portlet.ContentType get(java.lang.String contentType)
Specified by:
get in interface org.apache.pluto.om.portlet.ContentTypeSet

postLoad

public void postLoad(java.lang.Object parameter)
              throws java.lang.Exception
Specified by:
postLoad in interface Support
Overrides:
postLoad in class AbstractSupportSet
Throws:
java.lang.Exception

toString

public java.lang.String toString()

toString

public java.lang.String toString(int indent)

supportsPortletMode

public boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
Specified by:
supportsPortletMode in interface org.apache.pluto.om.portlet.ContentTypeSet


Copyright © 2003-2005 . All Rights Reserved.