-
Method Summary
void
Creates the portlet filter.
void
Destroys the portlet filter.
void
Set the context required by that filter.
void
Set the application on the portlet filter.
void
Starts the portlet filer.
void
Stops the portlet filter.
-
Method Details
-
setPortletApplication
Set the application on the portlet filter.
- Parameters:
application - the application
-
setContext
Set the context required by that filter.
- Parameters:
context - the context
-
create
Creates the portlet filter.
- Throws:
Exception - any exception preventing the creation
-
start
Starts the portlet filer.
- Throws:
Exception - any exception preventing the start
-
stop
void stop()
Stops the portlet filter.
-
destroy
void destroy()
Destroys the portlet filter.