Class OldStylePostOperationExample

  • All Implemented Interfaces:
    org.apache.sling.servlets.post.SlingPostOperation

    public class OldStylePostOperationExample
    extends Object
    implements org.apache.sling.servlets.post.SlingPostOperation
    Example using the now deprecated SlingPostOperation
    • Constructor Detail

      • OldStylePostOperationExample

        public OldStylePostOperationExample()
    • Method Detail

      • run

        public void run​(org.apache.sling.api.SlingHttpServletRequest request,
                        org.apache.sling.api.servlets.HtmlResponse response,
                        org.apache.sling.servlets.post.SlingPostProcessor[] processors)
        Specified by:
        run in interface org.apache.sling.servlets.post.SlingPostOperation