org.sakaiproject.portal.api
Interface PortletApplicationDescriptor


public interface PortletApplicationDescriptor

Describes a Portlet application when it is loaded into the Web Container

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

Method Summary
 String getApplicationContext()
          The name of the context (servlet context)
 String getApplicationId()
          The application ID
 String getApplicationName()
          The name of the portlet
 Iterator<PortletDescriptor> getPortlets()
          An interator of portlet descriptions
 

Method Detail

getApplicationName

String getApplicationName()
The name of the portlet

Returns:

getApplicationContext

String getApplicationContext()
The name of the context (servlet context)

Returns:

getApplicationId

String getApplicationId()
The application ID

Returns:

getPortlets

Iterator<PortletDescriptor> getPortlets()
An interator of portlet descriptions

Returns:


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