org.apache.pluto.descriptors.portlet
Class SupportsDD

java.lang.Object
  extended byorg.apache.pluto.descriptors.portlet.SupportsDD

public class SupportsDD
extends java.lang.Object

Representation of the supports element within the portlet.xml


Constructor Summary
SupportsDD()
           
 
Method Summary
 java.lang.String getMimeType()
           
 java.util.List getPortletModes()
           
 void setMimeType(java.lang.String mimeType)
           
 void setPortletModes(java.util.List portletModes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SupportsDD

public SupportsDD()
Method Detail

getMimeType

public java.lang.String getMimeType()

setMimeType

public void setMimeType(java.lang.String mimeType)

getPortletModes

public java.util.List getPortletModes()

setPortletModes

public void setPortletModes(java.util.List portletModes)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.