|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletContainerObject
Contains life cycle and wiring details for the kernel environment.
| Method Summary | |
|---|---|
void |
addPortletFilter(PortletFilter filter)
Add a filter. |
void |
removePortletFilter(PortletFilter filter)
Remove a filter. |
void |
setContext(PortletContainerContext context)
Set/unset the portlet container context. |
void |
setPortletApplication(PortletApplication application)
Set/unset the application. |
void |
start()
Starts the portlet container. |
void |
stop()
Stops the portlet container. |
| Methods inherited from interface org.jboss.portal.portlet.container.PortletContainer |
|---|
dispatch, getContext, getId, getInfo, getPortletApplication |
| Method Detail |
|---|
void setPortletApplication(PortletApplication application)
application - the related applicationvoid setContext(PortletContainerContext context)
context - the contextvoid addPortletFilter(PortletFilter filter)
filter - the portlet filtervoid removePortletFilter(PortletFilter filter)
filter - the portlet 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 | |||||||||