Package | Description |
---|---|
org.apache.sling.pipes |
Modifier and Type | Method and Description |
---|---|
PipeBuilder |
PipeBuilder.$(String expr)
attach a sling query find pipe to the current context
|
PipeBuilder |
PipeBuilder.acls()
attach an ACL pipe to the current context
|
PipeBuilder |
PipeBuilder.allow(String expr)
attach an ACL pipe to the current context and sets allow acls on the resource
|
PipeBuilder |
PipeBuilder.auth(Object... conf)
attach an authorizable pipe to the current context
|
PipeBuilder |
PipeBuilder.bindings(Object... bindings)
Adds binding to current pipe
|
PipeBuilder |
PipeBuilder.children(String expr)
attach a sling query children pipe to the current context
|
PipeBuilder |
PipeBuilder.closest(String expr)
attach a sling query closest pipe to the current context
|
PipeBuilder |
PipeBuilder.conf(Object... properties)
Building up a set of configurations for the current pipe
|
PipeBuilder |
PipeBuilder.csv(String expr)
attach a csv pipe to the current context
|
PipeBuilder |
PipeBuilder.deny(String expr)
attach an ACL pipe to the current context and sets deny acls on the resource
|
PipeBuilder |
PipeBuilder.echo(String path)
attach a base pipe to the current context
|
PipeBuilder |
PipeBuilder.egrep(String expr)
attach a Regexp pipe to the current context
|
PipeBuilder |
PipeBuilder.expr(String value)
set an expr configuration to the current pipe in the context
|
PipeBuilder |
PipeBuilder.grep(Object... conf)
attach a filter pipe to the current context
|
PipeBuilder |
PipeBuilder.json(String expr)
attach a json pipe to the current context
|
PipeBuilder |
PipeBuilder.mkdir(String expr)
Attach a path pipe to the current context
|
PipeBuilder |
PipeBuilder.mp()
attach a MULTI value property pipe to the current context
|
PipeBuilder |
PipeBuilder.mv(String expr)
attach a move pipe to the current context
|
PipeBuilder |
PipeBuilder.name(String name)
sets a pipe name, important in case you want to reuse it in another expression
|
PipeBuilder |
Plumber.newPipe(org.apache.sling.api.resource.ResourceResolver resolver)
Provides a builder helping quickly build and execute a pipe
|
PipeBuilder |
PipeBuilder.not(String expr)
attach a not pipe to the current context
|
PipeBuilder |
PipeBuilder.outputs(String... keys)
add outputs passed key
|
PipeBuilder |
PipeBuilder.parent()
attach a sling query parent pipe to the current context
|
PipeBuilder |
PipeBuilder.parents(String expr)
attach a sling query parents pipe to the current context
|
PipeBuilder |
CommandExecutor.parse(org.apache.sling.api.resource.ResourceResolver resolver,
String... commands) |
PipeBuilder |
PipeBuilder.path(String value)
set a path configuration to the current pipe in the context
|
PipeBuilder |
PipeBuilder.pipe(String type)
attach a new pipe to the current context
|
PipeBuilder |
PipeBuilder.pkg(String expr)
attach a package pipe, in filter collection mode as default
|
PipeBuilder |
PipeBuilder.ref(String expr)
attach a reference pipe to the current context
|
PipeBuilder |
PipeBuilder.rm()
attach a rm pipe to the current context
|
PipeBuilder |
PipeBuilder.shallowRef(String expr)
attach a shallow reference pipe to the current context
|
PipeBuilder |
PipeBuilder.siblings(String expr)
attach a sling query siblings pipe to the current context
|
PipeBuilder |
PipeBuilder.traverse()
attach a traverse pipe to the current context
|
PipeBuilder |
PipeBuilder.with(Object... params)
parameterized current pipe in the context
|
PipeBuilder |
PipeBuilder.withStrings(String... params)
parameterized current pipe in the context
|
PipeBuilder |
PipeBuilder.write(Object... conf)
attach a write pipe to the current context
|
PipeBuilder |
PipeBuilder.xpath(String expr)
attach a xpath pipe to the current context
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.