Class MyDrafts

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

    public class MyDrafts
    extends javax.portlet.GenericPortlet
    implements FormNames
    • Constructor Summary

      Constructors 
      Constructor Description
      MyDrafts()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doView​(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)  
      • 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, init, processAction, processEvent, render, serveResource
    • Constructor Detail

      • MyDrafts

        public MyDrafts()
    • Method Detail

      • doView

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