Index
All Classes and Interfaces|All Packages
O
- org.ocpsoft.rewrite.transform - package org.ocpsoft.rewrite.transform
P
- performHttp(HttpServletRewrite, EvaluationContext) - Method in class org.ocpsoft.rewrite.transform.Transform
S
- StringTransformer - Class in org.ocpsoft.rewrite.transform
-
Base class for
Transformerimplementations that operate on strings. - StringTransformer() - Constructor for class org.ocpsoft.rewrite.transform.StringTransformer
T
- then(Transformer) - Method in class org.ocpsoft.rewrite.transform.Transform
-
Add another
Transformerimplementation to the transformer pipeline. - toString() - Method in class org.ocpsoft.rewrite.transform.Transform
- transform(HttpServletRewrite, InputStream, OutputStream) - Method in class org.ocpsoft.rewrite.transform.StringTransformer
- transform(HttpServletRewrite, InputStream, OutputStream) - Method in interface org.ocpsoft.rewrite.transform.Transformer
-
Transposition the given
InputStreamand write it to the givenOutputStream. - transform(HttpServletRewrite, String) - Method in class org.ocpsoft.rewrite.transform.StringTransformer
- Transform - Class in org.ocpsoft.rewrite.transform
- Transformer - Interface in org.ocpsoft.rewrite.transform
-
Implementations of this interface are able to transform streamed data.
W
- with(Transformer) - Static method in class org.ocpsoft.rewrite.transform.Transform
-
Create a
Transpositioninstance that applies the givenTransformer.
All Classes and Interfaces|All Packages