Interface ServletOperation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void doIt​(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response, @Nullable ResourceHandle resource)  
    • Method Detail

      • doIt

        void doIt​(@NotNull
                  @NotNull org.apache.sling.api.SlingHttpServletRequest request,
                  @NotNull
                  @NotNull org.apache.sling.api.SlingHttpServletResponse response,
                  @Nullable
                  @Nullable ResourceHandle resource)
           throws javax.jcr.RepositoryException,
                  IOException,
                  javax.servlet.ServletException
        Throws:
        javax.jcr.RepositoryException
        IOException
        javax.servlet.ServletException