Class ContentHandlerBasedTransformer

java.lang.Object
com.adobe.acs.commons.rewriter.ContentHandlerBasedTransformer
All Implemented Interfaces:
org.apache.sling.rewriter.Transformer, ContentHandler

@ConsumerType public class ContentHandlerBasedTransformer extends Object implements org.apache.sling.rewriter.Transformer
Abstract base class to ease creating transformer pipeline components. All methods are impelemented as pass-throughs to the next content handler. Similar to Cocoon's AbstractSAXPipe.