org.jboss.portal.portlet.container
Interface PortletFilter

All Known Subinterfaces:
PortletFilterObject
All Known Implementing Classes:
PortletFilterImpl

public interface PortletFilter

Version:
$Revision: 630 $
Author:
Julien Viet

Method Summary
 PortletFilterContext getContext()
          Returns the context of the portlet filter
 java.lang.String getId()
          Returns the id.
 PortletApplication getPortletApplication()
          Returns the wired application.
 

Method Detail

getId

java.lang.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


Copyright © 2008. All Rights Reserved.