Class UserSetupPortlet

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

    public class UserSetupPortlet
    extends javax.portlet.GenericPortlet
    Author:
    Ayoub Zayati
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doEdit​(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)  
      protected void doView​(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)  
      void processAction​(javax.portlet.ActionRequest request, javax.portlet.ActionResponse response)  
      • Methods inherited from class javax.portlet.GenericPortlet

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

      • UserSetupPortlet

        public UserSetupPortlet()
    • Method Detail

      • 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
      • doEdit

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

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