Liferay 7.0-ga1 portal-impl

com.liferay.portlet
Class InvokerFilterContainerImpl

java.lang.Object
  extended by com.liferay.portlet.InvokerFilterContainerImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.InvokerFilterContainer, Closeable, AutoCloseable

public class InvokerFilterContainerImpl
extends Object
implements Closeable, com.liferay.portal.kernel.portlet.InvokerFilterContainer


Constructor Summary
InvokerFilterContainerImpl(com.liferay.portal.kernel.model.Portlet portlet, PortletContext portletContext)
           
 
Method Summary
 void close()
           
 List<ActionFilter> getActionFilters()
           
 List<EventFilter> getEventFilters()
           
 List<RenderFilter> getRenderFilters()
           
 List<ResourceFilter> getResourceFilters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerFilterContainerImpl

public InvokerFilterContainerImpl(com.liferay.portal.kernel.model.Portlet portlet,
                                  PortletContext portletContext)
                           throws PortletException
Throws:
PortletException
Method Detail

close

public void close()
Specified by:
close in interface Closeable
Specified by:
close in interface AutoCloseable

getActionFilters

public List<ActionFilter> getActionFilters()
Specified by:
getActionFilters in interface com.liferay.portal.kernel.portlet.InvokerFilterContainer

getEventFilters

public List<EventFilter> getEventFilters()
Specified by:
getEventFilters in interface com.liferay.portal.kernel.portlet.InvokerFilterContainer

getRenderFilters

public List<RenderFilter> getRenderFilters()
Specified by:
getRenderFilters in interface com.liferay.portal.kernel.portlet.InvokerFilterContainer

getResourceFilters

public List<ResourceFilter> getResourceFilters()
Specified by:
getResourceFilters in interface com.liferay.portal.kernel.portlet.InvokerFilterContainer

Liferay 7.0-ga1 portal-impl