Class GenericProxyServlet

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

    public class GenericProxyServlet
    extends org.apache.sling.api.servlets.SlingSafeMethodsServlet
    the generic proxy servlet delegates proxy requests to the collected generic proxy service implementations
    See Also:
    Serialized Form
    • Constructor Detail

      • GenericProxyServlet

        public GenericProxyServlet()
    • Method Detail

      • addProxyService

        protected void addProxyService​(@NotNull
                                       @NotNull GenericProxyService service)
      • removeProxyService

        protected void removeProxyService​(@NotNull
                                          @NotNull GenericProxyService service)
      • doGet

        protected void doGet​(@NotNull
                             @NotNull org.apache.sling.api.SlingHttpServletRequest request,
                             @NotNull
                             @NotNull org.apache.sling.api.SlingHttpServletResponse response)
                      throws IOException
        Overrides:
        doGet in class org.apache.sling.api.servlets.SlingSafeMethodsServlet
        Throws:
        IOException