Class PropertyServlet.PutBinaryOperation

  • All Implemented Interfaces:
    com.composum.sling.core.servlet.ServletOperation
    Direct Known Subclasses:
    PropertyServlet.PutUpdateOperation
    Enclosing class:
    PropertyServlet

    protected class PropertyServlet.PutBinaryOperation
    extends Object
    implements com.composum.sling.core.servlet.ServletOperation
    • Constructor Detail

      • PutBinaryOperation

        protected PutBinaryOperation()
    • Method Detail

      • doIt

        public void doIt​(@NotNull
                         @NotNull org.apache.sling.api.SlingHttpServletRequest request,
                         @NotNull
                         @NotNull org.apache.sling.api.SlingHttpServletResponse response,
                         com.composum.sling.core.ResourceHandle resource)
                  throws javax.servlet.ServletException,
                         IOException
        Specified by:
        doIt in interface com.composum.sling.core.servlet.ServletOperation
        Throws:
        javax.servlet.ServletException
        IOException
      • postChange

        protected void postChange​(javax.jcr.Node node)
                           throws javax.jcr.RepositoryException
        Throws:
        javax.jcr.RepositoryException
      • postChange

        protected void postChange​(org.apache.sling.api.resource.Resource resource)