org.jboss.portal.portlet.container.object
Interface PortletFilterObject

All Superinterfaces:
PortletFilter
All Known Implementing Classes:
PortletFilterImpl

public interface PortletFilterObject
extends PortletFilter

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 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 container.
 void stop()
          Stops the portlet container.
 
Methods inherited from interface org.jboss.portal.portlet.container.PortletFilter
getContext, getId, getPortletApplication
 

Method Detail

setPortletApplication

void setPortletApplication(PortletApplication application)
Set the application on the portlet filter.

Parameters:
application - the application

setContext

void setContext(PortletFilterContext context)
Set the context required by that filter.

Parameters:
context - the context

start

void start()
           throws java.lang.Exception
Starts the portlet container.

Throws:
java.lang.Exception - any exception preventing the start

stop

void stop()
Stops the portlet container.



Copyright © 2008. All Rights Reserved.