org.sakaiproject.portal.api
Interface PortletDescriptor


public interface PortletDescriptor

Describes the Portlet

Since:
Sakai 2.4
Version:
$Rev: 59680 $
Author:
ieb

Method Summary
 String getPortletId()
          the ID of the portlet
 String getPortletName()
          The name of the portlet
 

Method Detail

getPortletName

String getPortletName()
The name of the portlet

Returns:

getPortletId

String getPortletId()
the ID of the portlet

Returns:


Copyright © 2003-2012 Sakai Project. All Rights Reserved.