Package | Description |
---|---|
org.apache.sling.pipes | |
org.apache.sling.pipes.internal.inputstream | |
org.apache.sling.pipes.internal.slingquery |
Modifier and Type | Field and Description |
---|---|
protected PipeBindings |
BasePipe.bindings |
Modifier and Type | Method and Description |
---|---|
PipeBindings |
BasePipe.getBindings() |
PipeBindings |
Pipe.getBindings()
returns the pipe's bindings
|
Modifier and Type | Method and Description |
---|---|
Pipe |
Plumber.getPipe(org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings)
Instantiate a pipe from the given resource and returns it
|
Constructor and Description |
---|
AbstractInputStreamPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
BasePipe(@NotNull Plumber plumber,
@NotNull org.apache.sling.api.resource.Resource resource,
@Nullable PipeBindings upperBindings)
Pipe Constructor
|
SuperPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings)
Pipe Constructor
|
Constructor and Description |
---|
CsvPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
JsonPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
RegexpPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
Constructor and Description |
---|
AbstractExpressionSlingQueryPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
AbstractSlingQueryPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
ChildrenPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
ClosestPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
FindPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
ParentPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
ParentsPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
SiblingsPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.