public class Transform extends HttpOperation
| Modifier and Type | Method and Description |
|---|---|
void |
performHttp(HttpServletRewrite event,
EvaluationContext context) |
Transform |
then(Transformer transformer)
Add another
Transformer implementation to the transformer pipeline. |
static Transform |
with(Transformer transformer)
Create a
Transposition instance that applies the given Transformer. |
performandpublic static Transform with(Transformer transformer)
Transposition instance that applies the given Transformer.public Transform then(Transformer transformer)
Transformer implementation to the transformer pipeline. The supplied transformer will be
executed AFTER all other previously added transformer instances.public void performHttp(HttpServletRewrite event, EvaluationContext context)
performHttp in class HttpOperationCopyright © 2013 OCPsoft. All Rights Reserved.