Class ProfileSubmitProxyServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.netscape.cms.servlet.base.ProxyServlet
com.netscape.cms.servlet.base.ProfileSubmitProxyServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

@WebServlet(name="caProxyProfileSubmit", urlPatterns="/profileSubmit", initParams=@WebInitParam(name="destServlet",value="/ee/ca/profileSubmit")) public class ProfileSubmitProxyServlet extends ProxyServlet
See Also:
  • Field Summary

    Fields inherited from class com.netscape.cms.servlet.base.ProxyServlet

    logger

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class com.netscape.cms.servlet.base.ProxyServlet

    init, service

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

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

    • ProfileSubmitProxyServlet

      public ProfileSubmitProxyServlet()