org.apache.pluto.descriptors.portlet
Class PortletDD

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

public class PortletDD
extends java.lang.Object

Bare bones implementation of the Portlet descriptor. Eventually this should be flushed out :), but for the sake of timing I'll be lazy for now.

Since:
Mar 6, 2005
Version:
$Id: PortletDD.java 157475 2005-03-14 22:13:18Z ddewolf $
Author:
David H. DeWolf

Constructor Summary
PortletDD()
          Default Constructor.
 
Method Summary
 java.lang.String getPortletClass()
          Retrieve the name of the portlet class.
 java.lang.String getPortletName()
          Retrieve the unique name of the portlet.
 java.util.List getSecurityRoleRefs()
          Retrieve the security role references for this portlet.
 void setPortletClass(java.lang.String portletClass)
          Set the name of the portlet class.
 void setPortletName(java.lang.String portletName)
          Set the unique name of the portlet.
 void setSecurityRoleRefs(java.util.List securityRoleRefs)
          Set the security role references for this portlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletDD

public PortletDD()
Default Constructor.

Method Detail

getPortletName

public java.lang.String getPortletName()
Retrieve the unique name of the portlet.

Returns:

setPortletName

public void setPortletName(java.lang.String portletName)
Set the unique name of the portlet.

Parameters:
portletName -

getPortletClass

public java.lang.String getPortletClass()
Retrieve the name of the portlet class.

Returns:
the fully qualified portlet class name.

setPortletClass

public void setPortletClass(java.lang.String portletClass)
Set the name of the portlet class.

Parameters:
portletClass -

getSecurityRoleRefs

public java.util.List getSecurityRoleRefs()
Retrieve the security role references for this portlet.

Returns:

setSecurityRoleRefs

public void setSecurityRoleRefs(java.util.List securityRoleRefs)
Set the security role references for this portlet.

Parameters:
securityRoleRefs -


Copyright © 2003-2005 . All Rights Reserved.