Class SceneServlet.SceneOperation

    • Constructor Detail

      • SceneOperation

        protected SceneOperation()
    • Method Detail

      • doIt

        public 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
        Specified by:
        doIt in interface ServletOperation
        Throws:
        javax.jcr.RepositoryException
        IOException
        javax.servlet.ServletException
      • answer

        protected void answer​(@NotNull
                              @NotNull Status status,
                              @NotNull
                              @NotNull Scene scene,
                              @NotNull
                              @NotNull String toolId)