Package org.ocpsoft.rewrite.transform
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
- Author:
- Christian Kaltepoth
-
Method Summary
Modifier and TypeMethodDescriptionvoidperformHttp(HttpServletRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context) then(Transformer transformer) Add anotherTransformerimplementation to the transformer pipeline.toString()static Transformwith(Transformer transformer) Create aTranspositioninstance that applies the givenTransformer.Methods inherited from class org.ocpsoft.rewrite.servlet.config.HttpOperation
performMethods inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
and
-
Method Details
-
with
Create aTranspositioninstance that applies the givenTransformer. -
then
Add anotherTransformerimplementation to the transformer pipeline. The supplied transformer will be executed AFTER all other previously added transformer instances. -
performHttp
public void performHttp(HttpServletRewrite event, org.ocpsoft.rewrite.context.EvaluationContext context) - Specified by:
performHttpin classHttpOperation
-
toString
-