Package org.sakaiproject.portal.api
Interface PortletApplicationDescriptor
-
public interface PortletApplicationDescriptorDescribes a Portlet application when it is loaded into the Web Container- Since:
- Sakai 2.4
- Version:
- $Rev$
- Author:
- ieb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetApplicationContext()The name of the context (servlet context)StringgetApplicationId()The application IDStringgetApplicationName()The name of the portletIterator<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:
-
-