org.apache.cocoon.portal.pluto.om.common
Class ContentTypeSetImpl

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by org.apache.cocoon.portal.pluto.om.common.AbstractSupportSet
                  extended by org.apache.cocoon.portal.pluto.om.common.ContentTypeSetImpl
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set, Support, org.apache.pluto.om.Model, org.apache.pluto.om.portlet.ContentTypeSet

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

Version:
CVS $Id: ContentTypeSetImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.pluto.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(String contentType)
           
 void postLoad(Object parameter)
           
 boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
           
 String toString()
           
 String toString(int indent)
           
 
Methods inherited from class org.apache.cocoon.portal.pluto.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(String contentType)
Specified by:
get in interface org.apache.pluto.om.portlet.ContentTypeSet

postLoad

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

toString

public String toString()
Overrides:
toString in class AbstractCollection

toString

public String toString(int indent)

supportsPortletMode

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


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