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