Liferay 7.0-ga1 portal-impl

com.liferay.portlet
Class CheckboxParametersPortletFilter

java.lang.Object
  extended by com.liferay.portlet.CheckboxParametersPortletFilter
All Implemented Interfaces:
ActionFilter, PortletFilter, ResourceFilter

public class CheckboxParametersPortletFilter
extends Object
implements ActionFilter, ResourceFilter


Constructor Summary
CheckboxParametersPortletFilter()
           
 
Method Summary
 void destroy()
           
 void doFilter(ActionRequest actionRequest, ActionResponse actionResponse, FilterChain filterChain)
           
 void doFilter(ResourceRequest resourceRequest, ResourceResponse resourceResponse, FilterChain filterChain)
           
 void init(FilterConfig filterConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckboxParametersPortletFilter

public CheckboxParametersPortletFilter()
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface PortletFilter

doFilter

public void doFilter(ActionRequest actionRequest,
                     ActionResponse actionResponse,
                     FilterChain filterChain)
              throws IOException,
                     PortletException
Specified by:
doFilter in interface ActionFilter
Throws:
IOException
PortletException

doFilter

public void doFilter(ResourceRequest resourceRequest,
                     ResourceResponse resourceResponse,
                     FilterChain filterChain)
              throws IOException,
                     PortletException
Specified by:
doFilter in interface ResourceFilter
Throws:
IOException
PortletException

init

public void init(FilterConfig filterConfig)
Specified by:
init in interface PortletFilter

Liferay 7.0-ga1 portal-impl