Package org.gatein.pc.portlet.container
Interface PortletFilter
-
- All Known Subinterfaces:
PortletFilterObject
- All Known Implementing Classes:
PortletFilterImpl
public interface PortletFilter- Version:
- $Revision: 630 $
- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PortletFilterContextgetContext()Returns the context of the portlet filterStringgetId()Returns the id.PortletApplicationgetPortletApplication()Returns the wired application.
-
-
-
Method Detail
-
getId
String getId()
Returns the id.- Returns:
- the id
-
getPortletApplication
PortletApplication getPortletApplication()
Returns the wired application.- Returns:
- the application
-
getContext
PortletFilterContext getContext()
Returns the context of the portlet filter- Returns:
- the context
-
-