Uses of Class
org.apache.sling.pipes.BasePipe
-
Packages that use BasePipe Package Description org.apache.sling.pipes org.apache.sling.pipes.internal.inputstream org.apache.sling.pipes.internal.slingquery -
-
Uses of BasePipe in org.apache.sling.pipes
Subclasses of BasePipe in org.apache.sling.pipes Modifier and Type Class Description classAbstractInputStreamPipeInput Stream based pipe, coming from web, from request, resource tree, web binding is updated by the returned iteratorclassSuperPipePipe that outputs a configured set of pipes output, managing for them what is their outputs, and bindingsMethods in org.apache.sling.pipes that return types with arguments of type BasePipe Modifier and Type Method Description Class<? extends BasePipe>pipeClass()Method parameters in org.apache.sling.pipes with type arguments of type BasePipe Modifier and Type Method Description voidPlumber. registerPipe(String type, Class<? extends BasePipe> pipeClass)Registers -
Uses of BasePipe in org.apache.sling.pipes.internal.inputstream
Subclasses of BasePipe in org.apache.sling.pipes.internal.inputstream 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 BasePipe in org.apache.sling.pipes.internal.slingquery
Subclasses of BasePipe in org.apache.sling.pipes.internal.slingquery 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
-