| Package | Description |
|---|---|
| org.geomajas.service.pipeline |
| Modifier and Type | Method and Description |
|---|---|
PipelineContext |
PipelineService.createContext()
Get a new pipeline context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineInterceptor.afterSteps(PipelineContext context,
RESPONSE response)
Perform some action before the steps are executed.
|
void |
AbstractPipelineInterceptor.afterSteps(PipelineContext context,
T response) |
PipelineInterceptor.ExecutionMode |
PipelineInterceptor.beforeSteps(PipelineContext context,
RESPONSE response)
Perform some action before the steps are executed.
|
PipelineInterceptor.ExecutionMode |
AbstractPipelineInterceptor.beforeSteps(PipelineContext context,
T response) |
PipelineInterceptor.ExecutionMode |
SkipStepPipelineInterceptor.beforeSteps(PipelineContext context,
T response) |
void |
PipelineHook.execute(PipelineContext context,
Object response)
Execute this step in the pipeline.
|
void |
PipelineStep.execute(PipelineContext context,
RESPONSE response)
Execute this step in the pipeline.
|
void |
PipelineService.execute(PipelineInfo<RESPONSE> pipeline,
PipelineContext context,
RESPONSE response)
Execute the pipeline, starting with a known context.
|
void |
PipelineService.execute(String key,
String layerId,
PipelineContext context,
RESPONSE response)
Execute the pipeline, starting with a known context.
|
Copyright © 2015 Geosparc. All Rights Reserved.