Class ContextServlet

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

    @Deprecated
    public class ContextServlet
    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

      • ContextServlet

        public ContextServlet()
        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
      • service

        public 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
      • destroy

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

        public void setProfileIdCookieDomain​(String profileIdCookieDomain)
        Deprecated.
      • setProfileIdCookieName

        public void setProfileIdCookieName​(String profileIdCookieName)
        Deprecated.
      • setProfileIdCookieMaxAgeInSeconds

        public void setProfileIdCookieMaxAgeInSeconds​(int profileIdCookieMaxAgeInSeconds)
        Deprecated.
      • setProfileIdCookieHttpOnly

        public void setProfileIdCookieHttpOnly​(boolean profileIdCookieHttpOnly)
        Deprecated.
      • setPublicPostRequestBytesLimit

        public void setPublicPostRequestBytesLimit​(int publicPostRequestBytesLimit)
        Deprecated.
      • setConfigSharingService

        public void setConfigSharingService​(ConfigSharingService configSharingService)
        Deprecated.