Class MyApplicationsPortlet

java.lang.Object
javax.portlet.GenericPortlet
org.exoplatform.commons.api.portlet.GenericDispatchedViewPortlet
io.meeds.social.portlet.CMSPortlet
io.meeds.appcenter.portlet.MyApplicationsPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class MyApplicationsPortlet extends io.meeds.social.portlet.CMSPortlet
  • Field Summary

    Fields inherited from class io.meeds.social.portlet.CMSPortlet

    contentType, DATA_INIT_PREFERENCE_NAME, NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
     
    void
    init(javax.portlet.PortletConfig config)
     
    void
    processAction(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)
     

    Methods inherited from class io.meeds.social.portlet.CMSPortlet

    canEdit, generateRandomId, isSettingNameExists, postSettingInit, preSettingInit, savePreference, saveSettingName, setViewRequestAttributes

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MyApplicationsPortlet

      public MyApplicationsPortlet()
  • Method Details

    • init

      public void init(javax.portlet.PortletConfig config) throws javax.portlet.PortletException
      Specified by:
      init in interface javax.portlet.Portlet
      Overrides:
      init in class io.meeds.social.portlet.CMSPortlet
      Throws:
      javax.portlet.PortletException
    • 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
    • doView

      public void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response) throws javax.portlet.PortletException, IOException
      Overrides:
      doView in class io.meeds.social.portlet.CMSPortlet
      Throws:
      javax.portlet.PortletException
      IOException