com.liferay.portlet
Class MonitoringPortlet
java.lang.Object
com.liferay.portlet.MonitoringPortlet
- All Implemented Interfaces:
- InvokerFilterContainer, InvokerPortlet, EventPortlet, Portlet, ResourceServingPortlet
@ProviderType
public class MonitoringPortlet
- extends Object
- implements InvokerFilterContainer, InvokerPortlet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitoringPortlet
public MonitoringPortlet(InvokerPortlet invokerPortlet)
isMonitoringPortletActionRequest
public static boolean isMonitoringPortletActionRequest()
isMonitoringPortletEventRequest
public static boolean isMonitoringPortletEventRequest()
isMonitoringPortletRenderRequest
public static boolean isMonitoringPortletRenderRequest()
isMonitoringPortletResourceRequest
public static boolean isMonitoringPortletResourceRequest()
setMonitoringPortletActionRequest
public static void setMonitoringPortletActionRequest(boolean monitoringPortletActionRequest)
setMonitoringPortletEventRequest
public static void setMonitoringPortletEventRequest(boolean monitoringPortletEventRequest)
setMonitoringPortletRenderRequest
public static void setMonitoringPortletRenderRequest(boolean monitoringPortletRenderRequest)
setMonitoringPortletResourceRequest
public static void setMonitoringPortletResourceRequest(boolean monitoringPortletResourceRequest)
destroy
public void destroy()
- Specified by:
destroy in interface Portlet
getActionFilters
public List<ActionFilter> getActionFilters()
- Specified by:
getActionFilters in interface InvokerFilterContainer
getEventFilters
public List<EventFilter> getEventFilters()
- Specified by:
getEventFilters in interface InvokerFilterContainer
getExpCache
public Integer getExpCache()
- Specified by:
getExpCache in interface InvokerPortlet
getPortlet
public Portlet getPortlet()
- Specified by:
getPortlet in interface InvokerPortlet
getPortletClassLoader
public ClassLoader getPortletClassLoader()
- Specified by:
getPortletClassLoader in interface InvokerPortlet
getPortletConfig
public PortletConfig getPortletConfig()
- Specified by:
getPortletConfig in interface InvokerPortlet
getPortletContext
public PortletContext getPortletContext()
- Specified by:
getPortletContext in interface InvokerPortlet
getPortletInstance
public Portlet getPortletInstance()
- Specified by:
getPortletInstance in interface InvokerPortlet
getRenderFilters
public List<RenderFilter> getRenderFilters()
- Specified by:
getRenderFilters in interface InvokerFilterContainer
getResourceFilters
public List<ResourceFilter> getResourceFilters()
- Specified by:
getResourceFilters in interface InvokerFilterContainer
init
public void init(PortletConfig portletConfig)
throws PortletException
- Specified by:
init in interface Portlet
- Throws:
PortletException
isCheckAuthToken
public boolean isCheckAuthToken()
- Specified by:
isCheckAuthToken in interface InvokerPortlet
isFacesPortlet
public boolean isFacesPortlet()
- Specified by:
isFacesPortlet in interface InvokerPortlet
isStrutsBridgePortlet
public boolean isStrutsBridgePortlet()
- Specified by:
isStrutsBridgePortlet in interface InvokerPortlet
isStrutsPortlet
public boolean isStrutsPortlet()
- Specified by:
isStrutsPortlet in interface InvokerPortlet
processAction
public void processAction(ActionRequest actionRequest,
ActionResponse actionResponse)
throws IOException,
PortletException
- Specified by:
processAction in interface Portlet
- Throws:
IOException
PortletException
processEvent
public void processEvent(EventRequest eventRequest,
EventResponse eventResponse)
throws IOException,
PortletException
- Specified by:
processEvent in interface EventPortlet
- Throws:
IOException
PortletException
render
public void render(RenderRequest renderRequest,
RenderResponse renderResponse)
throws IOException,
PortletException
- Specified by:
render in interface Portlet
- Throws:
IOException
PortletException
serveResource
public void serveResource(ResourceRequest resourceRequest,
ResourceResponse resourceResponse)
throws IOException,
PortletException
- Specified by:
serveResource in interface ResourceServingPortlet
- Throws:
IOException
PortletException
setInvokerPortlet
public void setInvokerPortlet(InvokerPortlet invokerPortlet)
setPortletFilters
public void setPortletFilters()
throws PortletException
- Specified by:
setPortletFilters in interface InvokerPortlet
- Throws:
PortletException