Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.portlet
Class PortletFilterUtil

java.lang.Object
  extended by com.liferay.portal.kernel.portlet.PortletFilterUtil

public class PortletFilterUtil
extends Object


Constructor Summary
PortletFilterUtil()
           
 
Method Summary
static void doFilter(PortletRequest portletRequest, PortletResponse portletResponse, String lifecycle, FilterChain filterChain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletFilterUtil

public PortletFilterUtil()
Method Detail

doFilter

public static void doFilter(PortletRequest portletRequest,
                            PortletResponse portletResponse,
                            String lifecycle,
                            FilterChain filterChain)
                     throws IOException,
                            PortletException
Throws:
IOException
PortletException

Liferay 6.1.2-ce-ga3