org.gcube.portlets.user.userprofileeditingportlet.portlet
Class UserProfileEditingPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.gcube.portlets.user.userprofileeditingportlet.portlet.UserProfileEditingPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class UserProfileEditingPortlet
extends javax.portlet.GenericPortlet

UserProfileEditingPortlet Portlet Class

Author:
Panagiota Koltsida, NKUA

Field Summary
static String VIEW_JSP
          JSP file name to be rendered on the view mode
 
Constructor Summary
UserProfileEditingPortlet()
           
 
Method Summary
 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, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, init, processEvent, render, serveResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEW_JSP

public static final String VIEW_JSP
JSP file name to be rendered on the view mode

See Also:
Constant Field Values
Constructor Detail

UserProfileEditingPortlet

public UserProfileEditingPortlet()
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

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


Copyright © 2014. All Rights Reserved.