uPortal 2.4.1
API Documentation

org.jasig.portal.container.om.portlet
Class ContentTypeImpl

java.lang.Object
  extended byorg.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

Constructor Summary
ContentTypeImpl()
           
 
Method Summary
 void addPortletMode(javax.portlet.PortletMode portletMode)
           
 java.lang.String getContentType()
           
 java.util.Iterator getPortletModes()
           
 void setContentType(java.lang.String contentType)
           
 boolean supportsPortletMode(javax.portlet.PortletMode portletMode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeImpl

public ContentTypeImpl()
Method Detail

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)

uPortal 2.4.1
API Documentation