public abstract class AbstractInputStreamPipe extends BasePipe
Modifier and Type | Field and Description |
---|---|
protected Object |
binding |
static String |
BINDING_IS |
static String |
REMOTE_START |
protected static Pattern |
VALID_PATH |
afterHook, beforeHook, bindingProviders, bindings, distributionAgent, DRYRUN_EXPR, DRYRUN_KEY, EMPTY_ITERATOR, IGNORED_NODES, IGNORED_PROPERTIES, parent, plumber, PN_AFTERHOOK, PN_BEFOREHOOK, PN_STATUS, PN_STATUS_MODIFIED, properties, READ_ONLY, resolver, resource, RESOURCE_TYPE, RT_PREFIX, SLASH, STATUS_FINISHED, STATUS_STARTED
Constructor and Description |
---|
AbstractInputStreamPipe(Plumber plumber,
org.apache.sling.api.resource.Resource resource,
PipeBindings upperBindings) |
Modifier and Type | Method and Description |
---|---|
void |
after()
to be executed before output is retrieved
|
Iterator<org.apache.sling.api.resource.Resource> |
computeOutput() |
abstract Iterator<org.apache.sling.api.resource.Resource> |
getOutput(InputStream inputStream) |
Object |
getOutputBinding()
returns the binding output used in container pipe's expression
|
before, getBindings, getComputedPath, getConfiguration, getDistributionAgent, getExpr, getInput, getName, getOutput, getParent, getPath, getPreviousPipe, getPreviousResource, getRawExpression, getRawPath, getResource, isDryRun, isRootPath, modifiesContent, provideAdditionalBindings, setParent, toString
public static final String REMOTE_START
protected static final Pattern VALID_PATH
public static final String BINDING_IS
protected Object binding
public AbstractInputStreamPipe(Plumber plumber, org.apache.sling.api.resource.Resource resource, PipeBindings upperBindings)
public Object getOutputBinding()
Pipe
getOutputBinding
in interface Pipe
getOutputBinding
in class BasePipe
public abstract Iterator<org.apache.sling.api.resource.Resource> getOutput(InputStream inputStream)
public Iterator<org.apache.sling.api.resource.Resource> computeOutput()
computeOutput
in class BasePipe
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.