Class NewsListViewPortlet

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

    public class NewsListViewPortlet
    extends org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.exoplatform.news.service.NewsService getNewsService()  
      void processAction​(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)  
      • Methods inherited from class org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet

        doView, 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, processEvent, render, serveResource
    • Constructor Detail

      • NewsListViewPortlet

        public NewsListViewPortlet()
    • Method Detail

      • processAction

        public void processAction​(javax.portlet.ActionRequest request,
                                  javax.portlet.ActionResponse response)
                           throws javax.portlet.PortletException,
                                  IOException
        Specified by:
        processAction in interface javax.portlet.Portlet
        Overrides:
        processAction in class javax.portlet.GenericPortlet
        Throws:
        javax.portlet.PortletException
        IOException
      • getNewsService

        public org.exoplatform.news.service.NewsService getNewsService()