Class StatisticDataCollectionPortlet

  • All Implemented Interfaces:
    javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

    public class StatisticDataCollectionPortlet
    extends javax.portlet.GenericPortlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doView​(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)  
      org.exoplatform.analytics.api.service.AnalyticsService getAnalyticsService()  
      org.exoplatform.analytics.api.websocket.AnalyticsWebSocketService getAnalyticsWebSocketService()  
      void init()  
      • Methods inherited from class javax.portlet.GenericPortlet

        destroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processAction, processEvent, render, serveResource
    • Constructor Detail

      • StatisticDataCollectionPortlet

        public StatisticDataCollectionPortlet()
    • Method Detail

      • init

        public void init()
                  throws javax.portlet.PortletException
        Overrides:
        init in class javax.portlet.GenericPortlet
        Throws:
        javax.portlet.PortletException
      • doView

        protected void doView​(javax.portlet.RenderRequest request,
                              javax.portlet.RenderResponse response)
                       throws IOException,
                              javax.portlet.PortletException
        Overrides:
        doView in class javax.portlet.GenericPortlet
        Throws:
        IOException
        javax.portlet.PortletException
      • getAnalyticsService

        public org.exoplatform.analytics.api.service.AnalyticsService getAnalyticsService()
      • getAnalyticsWebSocketService

        public org.exoplatform.analytics.api.websocket.AnalyticsWebSocketService getAnalyticsWebSocketService()