Package org.gatein.pc.portlet.container
Interface PortletFilter
- All Known Subinterfaces:
PortletFilterObject
- All Known Implementing Classes:
PortletFilterImpl
public interface PortletFilter
-
Method Summary
Modifier and TypeMethodDescriptionReturns the context of the portlet filtergetId()Returns the id.Returns the wired application.
-
Method Details
-
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
-