Package | Description |
---|---|
org.apache.jetspeed.engine | |
org.apache.jetspeed.mockobjects.request | |
org.apache.jetspeed.pipeline | |
org.apache.jetspeed.request |
Modifier and Type | Method and Description |
---|---|
Pipeline |
Engine.getPipeline()
Gets the engine's request default pipeline.
|
Pipeline |
Engine.getPipeline(String pipelineName)
Gets the specified engine's request pipeline.
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
MockRequestContext.getPipeline()
Get the current executing pipeline
|
Modifier and Type | Method and Description |
---|---|
void |
MockRequestContext.setPipeline(Pipeline pipeline)
Set the current pipeline
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
PipelineMapper.getPipelineById(String id)
Returns pipeline by the pipeline component ID.
|
Pipeline |
PipelineMapper.getPipelineByMappedPath(String mappedPath)
Returns pipeline mapped by the specified path.
|
Modifier and Type | Method and Description |
---|---|
Pipeline |
RequestContext.getPipeline()
Get the current executing pipeline
|
Modifier and Type | Method and Description |
---|---|
void |
RequestContext.setPipeline(Pipeline pipeline)
Set the current pipeline
|
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.