Class PublicationContentServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.silverpeas.mobile.server.servlets.AbstractSilverpeasMobileServlet
org.silverpeas.mobile.server.servlets.PublicationContentServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class PublicationContentServlet extends AbstractSilverpeasMobileServlet
See Also:
  • Field Details

  • Constructor Details

    • PublicationContentServlet

      public PublicationContentServlet()
  • Method Details

    • processRequest

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

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

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

      protected String getUserKeyInSession(jakarta.servlet.http.HttpServletRequest request)