com.liferay.portlet
Class InvokerFilterContainerImpl
java.lang.Object
com.liferay.portlet.InvokerFilterContainerImpl
- All Implemented Interfaces:
- InvokerFilterContainer, Closeable, AutoCloseable
public class InvokerFilterContainerImpl
- extends Object
- implements Closeable, InvokerFilterContainer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokerFilterContainerImpl
public InvokerFilterContainerImpl(Portlet portlet,
PortletContext portletContext)
throws PortletException
- Throws:
PortletException
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 InvokerFilterContainer
getEventFilters
public List<EventFilter> getEventFilters()
- Specified by:
getEventFilters in interface InvokerFilterContainer
getRenderFilters
public List<RenderFilter> getRenderFilters()
- Specified by:
getRenderFilters in interface InvokerFilterContainer
getResourceFilters
public List<ResourceFilter> getResourceFilters()
- Specified by:
getResourceFilters in interface InvokerFilterContainer