public interface PortletApplication
| Modifier and Type | Method and Description |
|---|---|
PortletApplicationContext |
getContext()
Returns the context of the portlet application.
|
String |
getId()
Return the web app id.
|
PortletContainer |
getPortletContainer(String containerId)
Returns a specific container or null if it does not exist
|
Collection<? extends PortletContainer> |
getPortletContainers()
Returns the set of related portlet containers.
|
String getId()
Collection<? extends PortletContainer> getPortletContainers()
PortletContainer getPortletContainer(String containerId)
containerId - the container idPortletApplicationContext getContext()
Copyright © 2003-2021 GateIn. All Rights Reserved.