org.apache.pluto.spi
Interface FilterManager

All Known Implementing Classes:
FilterManagerImpl

public interface FilterManager

Manage the initialization and doFilter for the filter which are declareted in the deployment descriptor.

Since:
05/29/2007
Version:
2.0

Method Summary
 void processFilter(PortletRequest req, PortletResponse res, java.lang.ClassLoader loader, java.lang.String portletName, PortletContext portletContext, java.lang.String lifecycle)
           
 

Method Detail

processFilter

void processFilter(PortletRequest req,
                   PortletResponse res,
                   java.lang.ClassLoader loader,
                   java.lang.String portletName,
                   PortletContext portletContext,
                   java.lang.String lifecycle)


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.