Class PortletFilterImpl
java.lang.Object
org.gatein.pc.portlet.impl.jsr168.PortletFilterImpl
- All Implemented Interfaces:
PortletFilterObject,PortletFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate()Creates the portlet filter.voiddestroy()Destroys the portlet filter.Returns the context of the portlet filtergetId()Returns the id.getInfo()Returns the wired application.<T> TvoidsetContext(PortletFilterContext context) Set the context required by that filter.voidsetPortletApplication(PortletApplication application) Set the application on the portlet filter.voidstart()Starts the portlet filer.voidstop()Stops the portlet filter.
-
Constructor Details
-
PortletFilterImpl
-
-
Method Details
-
instance
-
getInfo
-
getId
Description copied from interface:PortletFilterReturns the id.- Specified by:
getIdin interfacePortletFilter- Returns:
- the id
-
setPortletApplication
Description copied from interface:PortletFilterObjectSet the application on the portlet filter.- Specified by:
setPortletApplicationin interfacePortletFilterObject- Parameters:
application- the application
-
getPortletApplication
Description copied from interface:PortletFilterReturns the wired application.- Specified by:
getPortletApplicationin interfacePortletFilter- Returns:
- the application
-
setContext
Description copied from interface:PortletFilterObjectSet the context required by that filter.- Specified by:
setContextin interfacePortletFilterObject- Parameters:
context- the context
-
getContext
Description copied from interface:PortletFilterReturns the context of the portlet filter- Specified by:
getContextin interfacePortletFilter- Returns:
- the context
-
create
Description copied from interface:PortletFilterObjectCreates the portlet filter.- Specified by:
createin interfacePortletFilterObject- Throws:
Exception- any exception preventing the creation
-
start
Description copied from interface:PortletFilterObjectStarts the portlet filer.- Specified by:
startin interfacePortletFilterObject- Throws:
Exception- any exception preventing the start
-
stop
public void stop()Description copied from interface:PortletFilterObjectStops the portlet filter.- Specified by:
stopin interfacePortletFilterObject
-
destroy
public void destroy()Description copied from interface:PortletFilterObjectDestroys the portlet filter.- Specified by:
destroyin interfacePortletFilterObject
-