| Package | Description |
|---|---|
| org.geomajas.service.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineHook
Special pipeline step which is used fo weaving a base pipeline and extensions steps.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,PipelineStep<RESPONSE>> |
PipelineInfo.getExtensions()
Get set of steps which need to be weaved at the extension hooks.
|
List<PipelineStep<RESPONSE>> |
PipelineInfo.getPipeline()
Get the list of steps which form the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineInfo.setExtensions(Map<String,PipelineStep<RESPONSE>> extensions)
Set the set of steps which need to be weaved at the extension hooks.
|
void |
PipelineInfo.setPipeline(List<PipelineStep<RESPONSE>> pipeline)
Set the list of steps which form the pipeline.
|
Copyright © 2015 Geosparc. All Rights Reserved.