Interface OptingServlet

    • Method Detail

      • accepts

        boolean accepts​(@NotNull
                        @NotNull SlingHttpServletRequest request)
        Examines the request, and return true if this servlet is willing to handle the request. If false is returned, the request will be ignored by this servlet, and may be handled by other servlets.
        Parameters:
        request - The request to examine
        Returns:
        true if this servlet will handle the request, false otherwise