Class SourceUpdateServlet

  • All Implemented Interfaces:
    com.composum.sling.core.service.RestrictedService, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class SourceUpdateServlet
    extends org.apache.sling.api.servlets.SlingAllMethodsServlet
    implements com.composum.sling.core.service.RestrictedService
    Modifies JCR content according to a given XML or ZIP of XMLs while preserving / updating metadata like versioning information and metadata. This is a kind of opposite operation as the SourceServlet: the nodes like jcr:lastModified, which are removed there, will just be updated here - if they occur in our input, they'll be ignored. This is somewhat in beta stage - use at your own risk.

    TODO: perhaps keep special nodes like cpp:MetaData (used for statistics) unchanged

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doPost​(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.SlingHttpServletResponse response)  
      com.composum.sling.core.service.ServiceRestrictions.Key getServiceKey()  
      • Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet

        doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService
      • Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet

        doGeneric, doGet, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
    • Constructor Detail

      • SourceUpdateServlet

        public SourceUpdateServlet()
    • Method Detail

      • getServiceKey

        @NotNull
        public com.composum.sling.core.service.ServiceRestrictions.Key getServiceKey()
        Specified by:
        getServiceKey in interface com.composum.sling.core.service.RestrictedService
      • doPost

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