Class ManualChangelogHandler

java.lang.Object
io.datarouter.web.handler.BaseHandler
io.datarouter.changelog.web.ManualChangelogHandler

public class ManualChangelogHandler extends io.datarouter.web.handler.BaseHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.datarouter.web.handler.BaseHandler

    io.datarouter.web.handler.BaseHandler.Handler, io.datarouter.web.handler.BaseHandler.NullHandlerDecoder, io.datarouter.web.handler.BaseHandler.NullHandlerEncoder
  • Field Summary

    Fields inherited from class io.datarouter.web.handler.BaseHandler

    accountName, HANDLER_CLASS, HANDLER_ENCODER_ATTRIBUTE, HANDLER_METHOD, params, paramValidators, request, REQUEST_DURATION_STRING, REQUEST_RECEIVED_AT, response, servletContext, SUBMIT_ACTION, TRACE_CONTEXT, TRACE_URL_REQUEST_ATTRIBUTE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.datarouter.web.handler.mav.Mav
    insert(io.datarouter.web.handler.types.optional.OptionalString name, io.datarouter.web.handler.types.optional.OptionalString action, io.datarouter.web.handler.types.optional.OptionalString toEmail, io.datarouter.web.handler.types.optional.OptionalString note, io.datarouter.web.handler.types.optional.OptionalString submitAction)
     

    Methods inherited from class io.datarouter.web.handler.BaseHandler

    getDefaultMultipartCharset, getLastPathSegment, getParamValidator, getParamValidator, getRequest, getSessionInfo, getUserZoneId, handleMissingParameters, handleWrapper, invokeHandlerMethod, postProcess, setAccountName, setDefaultHandlerDecoder, setDefaultHandlerEncoder, setParams, setRequest, setResponse, setServletContext

    Methods inherited from class java.lang.Object

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

    • ManualChangelogHandler

      public ManualChangelogHandler()
  • Method Details

    • insert

      public io.datarouter.web.handler.mav.Mav insert(io.datarouter.web.handler.types.optional.OptionalString name, io.datarouter.web.handler.types.optional.OptionalString action, io.datarouter.web.handler.types.optional.OptionalString toEmail, io.datarouter.web.handler.types.optional.OptionalString note, io.datarouter.web.handler.types.optional.OptionalString submitAction)