public interface PortletApplicationObject extends PortletApplication
| Modifier and Type | Method and Description |
|---|---|
void |
addPortletContainer(PortletContainer container)
Add a container.
|
void |
addPortletFilter(PortletFilter filter)
Add a filter.
|
PortletApplicationContext |
getContext()
Returns the context related to this application.
|
void |
removePortletContainer(PortletContainer container)
Remove a container.
|
void |
removePortletFilter(PortletFilter filter)
Remove a filter.
|
void |
setContext(PortletApplicationContext context)
Set the context required by that application.
|
void |
start()
Starts the application only.
|
void |
stop()
Stops the application only.
|
getId, getPortletContainer, getPortletContainersvoid setContext(PortletApplicationContext context)
context - the contextPortletApplicationContext getContext()
getContext in interface PortletApplicationvoid addPortletContainer(PortletContainer container)
container - the containervoid removePortletContainer(PortletContainer container)
container - the containervoid addPortletFilter(PortletFilter filter)
filter - the filtervoid removePortletFilter(PortletFilter filter)
filter - the filtervoid start()
throws Exception
Exception - any exception preventing the startvoid stop()
Copyright © 2003-2019 GateIn. All Rights Reserved.