Class SaveThemePostOperation

  • All Implemented Interfaces:
    PostOperation

    @Service
    @Property(name="sling.post.operation",
              value="af:saveStyleOperation")
    public class SaveThemePostOperation
    extends java.lang.Object
    implements PostOperation
    • Constructor Detail

      • SaveThemePostOperation

        public SaveThemePostOperation()
    • Method Detail

      • run

        public void run​(SlingHttpServletRequest request,
                        PostResponse response,
                        SlingPostProcessor[] processors)
        Description copied from interface: PostOperation
        Executes the operation provided by this service implementation. This method is called by the Sling POST servlet.
        Specified by:
        run in interface PostOperation
        Parameters:
        request - The SlingHttpServletRequest object providing the request input for the operation.
        response - The HtmlResponse into which the operation steps should be recorded.
        processors - The SlingPostProcessor services to be called after applying the operation. This may be null if there are none.