public interface PortletContainerObject extends PortletContainer
| Modifier and Type | Method and Description |
|---|---|
void |
addPortletFilter(PortletFilter filter)
Add a filter.
|
void |
create()
Creates the portlet container.
|
void |
destroy()
Destroys the portlet container.
|
javax.portlet.Portlet |
getPortletInstance()
Returns the current instance held by the container.
|
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.
|
dispatch, getContext, getId, getInfo, getPortletApplicationvoid 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 filtervoid create()
throws Exception
Exception - any exception preventing the creationvoid start()
throws Exception
Exception - any exception preventing the startvoid stop()
void destroy()
javax.portlet.Portlet getPortletInstance()
Copyright © 2003-2020 GateIn. All Rights Reserved.