Class GalleryInWysiwygRouter

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

    public class GalleryInWysiwygRouter
    extends jakarta.servlet.http.HttpServlet
    This servlet is used in order to list image media for other components which handle WYSIWYG editing.
    See Also:
    Serialized Form
    • Constructor Detail

      • GalleryInWysiwygRouter

        public GalleryInWysiwygRouter()
    • Method Detail

      • doGet

        public void doGet​(jakarta.servlet.http.HttpServletRequest req,
                          jakarta.servlet.http.HttpServletResponse res)
                   throws jakarta.servlet.ServletException,
                          IOException
        Overrides:
        doGet in class jakarta.servlet.http.HttpServlet
        Throws:
        jakarta.servlet.ServletException
        IOException
      • doPost

        public void doPost​(jakarta.servlet.http.HttpServletRequest request,
                           jakarta.servlet.http.HttpServletResponse response)
                    throws jakarta.servlet.ServletException,
                           IOException
        Overrides:
        doPost in class jakarta.servlet.http.HttpServlet
        Throws:
        jakarta.servlet.ServletException
        IOException