Class Transform

java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.servlet.config.HttpOperation
org.ocpsoft.rewrite.transform.Transform
All Implemented Interfaces:
org.ocpsoft.rewrite.config.Operation, org.ocpsoft.rewrite.config.OperationBuilder

public class Transform extends HttpOperation
An Operation that applies one or more Transformer implementations to the HttpServletResponse.
Author:
Christian Kaltepoth