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:
- ConfigurationElement, Operation, OperationBuilder
public class Transform
- extends HttpOperation
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Transform
public Transform()
with
public static Transform with(Class<? extends Transformer> transformerType)
apply
public Transform apply(Class<? extends Transformer> transformerType)
apply
public Transform apply(Class<? extends Transformer> first,
Class<? extends Transformer> second,
Class<? extends Transformer> third)
apply
public Transform apply(Class<? extends Transformer> first,
Class<? extends Transformer> second)
apply
public Transform apply(Class<? extends Transformer>... transformerTypes)
apply
public Transform apply(Transformer... transformers)
performHttp
public void performHttp(HttpServletRewrite event,
EvaluationContext context)
- Specified by:
performHttp in class HttpOperation
Copyright © 2013 OCPsoft. All Rights Reserved.