Uses of Interface
org.apache.sling.pipes.Pipe
-
Packages that use Pipe Package Description org.apache.sling.pipes org.apache.sling.pipes.internal.inputstream org.apache.sling.pipes.internal.slingquery -
-
Uses of Pipe in org.apache.sling.pipes
Classes in org.apache.sling.pipes that implement Pipe Modifier and Type Class Description classAbstractInputStreamPipeInput Stream based pipe, coming from web, from request, resource tree, web binding is updated by the returned iteratorclassBasePipeprovides generic utilities for a pipe, is also a dummy pipe (outputs its input, without changing anything)classSuperPipePipe that outputs a configured set of pipes output, managing for them what is their outputs, and bindingsFields in org.apache.sling.pipes declared as Pipe Modifier and Type Field Description protected PipeOutputWriter. pipeFields in org.apache.sling.pipes with type parameters of type Pipe Modifier and Type Field Description protected List<Pipe>SuperPipe. subpipesMethods in org.apache.sling.pipes that return Pipe Modifier and Type Method Description PipePipeBuilder. build()builds a configured pipe.PipePipeBuilder. build(String path)builds a configured pipe.protected PipeSuperPipe. getFirstPipe()Return the first pipe in the containerprotected PipeSuperPipe. getLastPipe()Return the last pipe in the containerPipeBindingProvider. getPipe()PipePlumber. getPipe(org.apache.sling.api.resource.Resource resource)Instantiate a pipe from the given resource and returns itPipePlumber. getPipe(org.apache.sling.api.resource.Resource resource, PipeBindings upperBindings)Instantiate a pipe from the given resource and returns itprotected PipeBasePipe. getPreviousPipe()Retrieves previous pipe if contained by a parent, or referrer'sPipeSuperPipe. getPreviousPipe(Pipe pipe)Return the previous pipe of the given child pipeMethods in org.apache.sling.pipes with parameters of type Pipe Modifier and Type Method Description ExecutionResultPlumber. execute(org.apache.sling.api.resource.ResourceResolver resolver, Pipe pipe, Map<String,Object> bindings, OutputWriter writer, boolean save)Executes a given pipePipeSuperPipe. getPreviousPipe(Pipe pipe)Return the previous pipe of the given child pipevoidPlumber. markWithJcrLastModified(@NotNull Pipe pipe, @NotNull org.apache.sling.api.resource.Resource resource)marks a given resource as updatedvoidOutputWriter. setPipe(Pipe pipe)SettervoidPipeBindings. updateBindings(Pipe pipe, org.apache.sling.api.resource.Resource resource)Update current resource of a given pipe, and appropriate bindingConstructors in org.apache.sling.pipes with parameters of type Pipe Constructor Description BindingProvider(Pipe pipe) -
Uses of Pipe in org.apache.sling.pipes.internal.inputstream
Classes in org.apache.sling.pipes.internal.inputstream that implement Pipe Modifier and Type Class Description classCsvPipeCsv input stream pipe, similar at whatclassJsonPipePipe outputting binding related to a json stream: either an objectclassRegexpPipePipe outputting matches of a regexp from a plain text file -
Uses of Pipe in org.apache.sling.pipes.internal.slingquery
Classes in org.apache.sling.pipes.internal.slingquery that implement Pipe Modifier and Type Class Description classAbstractExpressionSlingQueryPipedeals with sling query pipe code that takes an expression as inputclassAbstractSlingQueryPipedeals with common sling query pipe codeclassChildrenPipethis pipe uses SlingQuery to filters children (filter defined in expr property) of a resource (defined in the path property)classClosestPipeclassFindPipeclassParentPipereturns sling query parents resources of input resourceclassParentsPipereturns sling query parents resources of input resourceclassSiblingsPipe
-