Class PublicationContentServlet

    • Constructor Detail

      • PublicationContentServlet

        public PublicationContentServlet()
    • Method Detail

      • processRequest

        protected void processRequest​(javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response)
                               throws Exception
        Throws:
        Exception
      • doGet

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

        public boolean isXMLTemplateUsed​(javax.servlet.http.HttpServletRequest request,
                                         String instanceId)
                                  throws Exception
        Throws:
        Exception
      • getUserKeyInSession

        protected String getUserKeyInSession​(javax.servlet.http.HttpServletRequest request)