Class FPSubmitServiceImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getServiceName()
      Returns the name of the service.
      java.util.Map<java.lang.String,​java.lang.Object> submit​(FormSubmitInfo formSubmitInfo)
      Form Submission handler.
      java.util.Map<java.lang.String,​java.lang.Object> submit​(FormSubmitInfo formSubmitInfo, java.util.Map<java.lang.String,​java.lang.Object> options)  
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FPSubmitServiceImpl

        public FPSubmitServiceImpl()