public interface PortletApplicationDescriptor
| Modifier and Type | Method and Description |
|---|---|
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
|
String getApplicationName()
String getApplicationContext()
String getApplicationId()
Iterator<PortletDescriptor> getPortlets()
Copyright © 2003–2022 Sakai Project. All rights reserved.