org.gcube.application.aquamaps.aquamapsportlet
Class AquaMapsPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.gcube.application.aquamaps.aquamapsportlet.AquaMapsPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class AquaMapsPortlet
extends javax.portlet.GenericPortlet

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  String editJSP
           
protected  String helpJSP
           
static int LIFERAY_COMMUNITY_ID
           
protected  String viewJSP
           
 
Constructor Summary
AquaMapsPortlet()
           
 
Method Summary
 void doDispatch(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void doEdit(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void doHelp(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void doView(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
protected  void include(String path, javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void init()
           
 void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doHeaders, 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
 

Field Detail

LIFERAY_COMMUNITY_ID

public static final int LIFERAY_COMMUNITY_ID
See Also:
Constant Field Values

editJSP

protected String editJSP

helpJSP

protected String helpJSP

viewJSP

protected String viewJSP
Constructor Detail

AquaMapsPortlet

public AquaMapsPortlet()
Method Detail

init

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

doDispatch

public void doDispatch(javax.portlet.RenderRequest renderRequest,
                       javax.portlet.RenderResponse renderResponse)
                throws IOException,
                       javax.portlet.PortletException
Overrides:
doDispatch in class javax.portlet.GenericPortlet
Throws:
IOException
javax.portlet.PortletException

doEdit

public void doEdit(javax.portlet.RenderRequest renderRequest,
                   javax.portlet.RenderResponse renderResponse)
            throws IOException,
                   javax.portlet.PortletException
Overrides:
doEdit in class javax.portlet.GenericPortlet
Throws:
IOException
javax.portlet.PortletException

doHelp

public void doHelp(javax.portlet.RenderRequest renderRequest,
                   javax.portlet.RenderResponse renderResponse)
            throws IOException,
                   javax.portlet.PortletException
Overrides:
doHelp in class javax.portlet.GenericPortlet
Throws:
IOException
javax.portlet.PortletException

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

processAction

public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   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

include

protected void include(String path,
                       javax.portlet.RenderRequest renderRequest,
                       javax.portlet.RenderResponse renderResponse)
                throws IOException,
                       javax.portlet.PortletException
Throws:
IOException
javax.portlet.PortletException


Copyright © 2014. All Rights Reserved.