| Package | Description |
|---|---|
| org.geomajas.service.pipeline |
| Modifier and Type | Method and Description |
|---|---|
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) |
static PipelineInterceptor.ExecutionMode |
PipelineInterceptor.ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineInterceptor.ExecutionMode[] |
PipelineInterceptor.ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015 Geosparc. All Rights Reserved.