Package | Description |
---|---|
org.apache.sling.pipes | |
org.apache.sling.pipes.internal.inputstream | |
org.apache.sling.pipes.internal.slingquery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputStreamPipe
Input Stream based pipe, coming from web, from request, resource tree, web
binding is updated by the returned iterator
|
class |
SuperPipe
Pipe that outputs a configured set of pipes output, managing for them what is their outputs, and bindings
|
Modifier and Type | Method and Description |
---|---|
void |
Plumber.registerPipe(String type,
Class<? extends BasePipe> pipeClass)
Registers
|
Modifier and Type | Class and Description |
---|---|
class |
CsvPipe
Csv input stream pipe, similar at what
|
class |
JsonPipe
Pipe outputting binding related to a json stream: either an object
|
class |
RegexpPipe
Pipe outputting matches of a regexp from a plain text file
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExpressionSlingQueryPipe
deals with sling query pipe code that takes an expression as input
|
class |
AbstractSlingQueryPipe
deals with common sling query pipe code
|
class |
ChildrenPipe
this pipe uses SlingQuery to filters children (filter defined in expr property) of
a resource (defined in the path property)
|
class |
ClosestPipe |
class |
FindPipe |
class |
ParentPipe
returns sling query parents resources of input resource
|
class |
ParentsPipe
returns sling query parents resources of input resource
|
class |
SiblingsPipe |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.