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