Class UpdateFormAction

java.lang.Object
org.apache.struts.action.Action
ecmwf.web.controller.ECMWFAction
ecmwf.ecpds.master.plugin.http.controller.PDSAction
ecmwf.ecpds.master.plugin.http.controller.user.policy.UpdateFormAction

public class UpdateFormAction extends PDSAction
The Class UpdateFormAction.
  • Field Summary Link icon

    Fields inherited from class ecmwf.ecpds.master.plugin.http.controller.PDSAction Link icon

    RETURN_AFTER_LOGIN_KEY

    Fields inherited from class ecmwf.web.controller.ECMWFAction Link icon

    EXCEPTION_KEY, PATH_PARAMETERS_KEY, RETURN_AFTER_ERROR_KEY

    Fields inherited from class org.apache.struts.action.Action Link icon

    defaultLocale, servlet
  • Constructor Summary Link icon

    Constructors
    Constructor
    Description
     
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    org.apache.struts.action.ActionForward
    safeAuthorizedPerform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ecmwf.web.model.users.User user)
    Safe authorized perform.

    Methods inherited from class ecmwf.ecpds.master.plugin.http.controller.PDSAction Link icon

    getDateOptions, getISOFormat, match, safePerform, search

    Methods inherited from class ecmwf.web.controller.ECMWFAction Link icon

    checkTimeTaken, execute, getResource, getUser, getUserCommonName, getUserOldStyle, getUserUid, processParameterEnsuringBasePath

    Methods inherited from class org.apache.struts.action.Action Link icon

    addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet

    Methods inherited from class java.lang.Object Link icon

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

    • UpdateFormAction Link icon

      public UpdateFormAction()
  • Method Details Link icon

    • safeAuthorizedPerform Link icon

      public org.apache.struts.action.ActionForward safeAuthorizedPerform(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ecmwf.web.model.users.User user) throws ecmwf.web.ECMWFException, ClassCastException
      Safe authorized perform. Safe authorized perform.
      Specified by:
      safeAuthorizedPerform in class PDSAction
      Parameters:
      mapping - the mapping
      form - the form
      request - the request
      response - the response
      user - the user
      Returns:
      the action forward
      Throws:
      ecmwf.web.ECMWFException - the ECMWF exception
      ClassCastException - the class cast exception