|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletApplicationObject
Contains life cycle and wiring details for the kernel environment.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.jboss.portal.portlet.container.PortletApplication |
|---|
getId, getPortletContainer, getPortletContainers |
| Method Detail |
|---|
void 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 filter
void start()
throws java.lang.Exception
java.lang.Exception - any exception preventing the startvoid stop()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||