public class WmsResponseInterceptor extends Object implements WmsResponseInterceptorInterface
| Modifier and Type | Field and Description |
|---|---|
protected LayerService<Layer,LayerDao<Layer>> |
layerService |
| Constructor and Description |
|---|
WmsResponseInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Response |
interceptDescribeLayer(MutableHttpServletRequest mutableRequest,
Response response) |
Response |
interceptGetCapabilities(MutableHttpServletRequest request,
Response response)
Intercepts the response in order to filter the capabilities document.
|
Response |
interceptGetFeatureInfo(MutableHttpServletRequest mutableRequest,
Response response) |
Response |
interceptGetLegendGraphic(MutableHttpServletRequest mutableRequest,
Response response) |
Response |
interceptGetMap(MutableHttpServletRequest mutableRequest,
Response response) |
Response |
interceptGetStyles(MutableHttpServletRequest mutableRequest,
Response response) |
@Autowired @Qualifier(value="layerService") protected LayerService<Layer,LayerDao<Layer>> layerService
public Response interceptGetCapabilities(MutableHttpServletRequest request, Response response)
interceptGetCapabilities in interface WmsResponseInterceptorInterfacerequest - The requestresponse - The response to interceptpublic Response interceptGetMap(MutableHttpServletRequest mutableRequest, Response response)
interceptGetMap in interface WmsResponseInterceptorInterfacepublic Response interceptGetFeatureInfo(MutableHttpServletRequest mutableRequest, Response response)
interceptGetFeatureInfo in interface WmsResponseInterceptorInterfacepublic Response interceptDescribeLayer(MutableHttpServletRequest mutableRequest, Response response)
interceptDescribeLayer in interface WmsResponseInterceptorInterfacepublic Response interceptGetLegendGraphic(MutableHttpServletRequest mutableRequest, Response response)
interceptGetLegendGraphic in interface WmsResponseInterceptorInterfacepublic Response interceptGetStyles(MutableHttpServletRequest mutableRequest, Response response)
interceptGetStyles in interface WmsResponseInterceptorInterfaceCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.