org.apache.cocoon.portal.pluto.om.common
Class ContentTypeImpl
java.lang.Object
org.apache.cocoon.portal.pluto.om.common.ContentTypeImpl
- All Implemented Interfaces:
- Serializable, Support, org.apache.pluto.om.Model, org.apache.pluto.om.portlet.ContentType
public class ContentTypeImpl
- extends Object
- implements org.apache.pluto.om.portlet.ContentType, Serializable, Support
- Version:
- CVS $Id: ContentTypeImpl.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler
- See Also:
- Serialized Form
ContentTypeImpl
public ContentTypeImpl()
getContentType
public String getContentType()
- Specified by:
getContentType
in interface org.apache.pluto.om.portlet.ContentType
getPortletModes
public Iterator getPortletModes()
- Specified by:
getPortletModes
in interface org.apache.pluto.om.portlet.ContentType
postLoad
public void postLoad(Object parameter)
throws Exception
- Specified by:
postLoad
in interface Support
- Throws:
Exception
preBuild
public void preBuild(Object parameter)
throws Exception
- Specified by:
preBuild
in interface Support
- Throws:
Exception
postBuild
public void postBuild(Object parameter)
throws Exception
- Specified by:
postBuild
in interface Support
- Throws:
Exception
preStore
public void preStore(Object parameter)
throws Exception
- Specified by:
preStore
in interface Support
- Throws:
Exception
postStore
public void postStore(Object parameter)
throws Exception
- Specified by:
postStore
in interface Support
- Throws:
Exception
setContentType
public void setContentType(String contentType)
setPortletModes
public void setPortletModes(Collection portletModes)
supportsPortletMode
public boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
- Specified by:
supportsPortletMode
in interface org.apache.pluto.om.portlet.ContentType
toString
public String toString()
- Overrides:
toString
in class Object
toString
public String toString(int indent)
getCastorPortletModes
public Collection getCastorPortletModes()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.