public interface PortletFilterObject extends PortletFilter
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Creates the portlet filter.
|
void |
destroy()
Destroys the portlet filter.
|
void |
setContext(PortletFilterContext context)
Set the context required by that filter.
|
void |
setPortletApplication(PortletApplication application)
Set the application on the portlet filter.
|
void |
start()
Starts the portlet filer.
|
void |
stop()
Stops the portlet filter.
|
getContext, getId, getPortletApplicationvoid setPortletApplication(PortletApplication application)
application - the applicationvoid setContext(PortletFilterContext context)
context - the contextvoid create()
throws Exception
Exception - any exception preventing the creationvoid start()
throws Exception
Exception - any exception preventing the startvoid stop()
void destroy()
Copyright © 2003-2021 GateIn. All Rights Reserved.