Class ClientServlet

  • All Implemented Interfaces:
    Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @Deprecated
    public class ClientServlet
    extends javax.servlet.http.HttpServlet
    Deprecated.
    this servlet is now deprecated, because it have been migrated to REST endpoint. A servlet filter to serve a context-specific Javascript containing the current request context object.
    See Also:
    Serialized Form
    • Constructor Detail

      • ClientServlet

        public ClientServlet()
        Deprecated.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Deprecated.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • destroy

        public void destroy()
        Deprecated.
        Specified by:
        destroy in interface javax.servlet.Servlet
        Overrides:
        destroy in class javax.servlet.GenericServlet
      • service

        protected void service​(javax.servlet.http.HttpServletRequest request,
                               javax.servlet.http.HttpServletResponse response)
                        throws javax.servlet.ServletException,
                               IOException
        Deprecated.
        Overrides:
        service in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • setConfigSharingService

        public void setConfigSharingService​(ConfigSharingService configSharingService)
        Deprecated.
      • setAllowedProfileDownloadFormats

        public void setAllowedProfileDownloadFormats​(String allowedProfileDownloadFormats)
        Deprecated.