| Package | Description |
|---|---|
| org.geomajas.service.pipeline |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipelineInterceptor<T>
Interceptor that unconditionally skips one or more steps.
|
class |
SkipStepPipelineInterceptor<T>
Interceptor that unconditionally skips the intercepted steps.
|
| Modifier and Type | Method and Description |
|---|---|
List<PipelineInterceptor<RESPONSE>> |
PipelineInfo.getInterceptors()
Get the list of interceptors to be added to the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineInfo.setInterceptors(List<PipelineInterceptor<RESPONSE>> interceptors)
Set the list of interceptors which need to be added to the pipeline.
|
Copyright © 2015 Geosparc. All Rights Reserved.