Uses of Class
org.apache.sling.pipes.OutputWriter
-
Packages that use OutputWriter Package Description org.apache.sling.pipes -
-
Uses of OutputWriter in org.apache.sling.pipes
Methods in org.apache.sling.pipes with parameters of type OutputWriter Modifier and Type Method Description ExecutionResultPlumber. execute(org.apache.sling.api.resource.ResourceResolver resolver, String path, Map<String,Object> bindings, OutputWriter writer, boolean save)Executes a pipe at a certain pathExecutionResultPlumber. execute(org.apache.sling.api.resource.ResourceResolver resolver, Pipe pipe, Map<String,Object> bindings, OutputWriter writer, boolean save)Executes a given pipeConstructors in org.apache.sling.pipes with parameters of type OutputWriter Constructor Description ExecutionResult(OutputWriter writer)Constructor
-