public class WfsResponseInterceptor extends Object implements WfsResponseInterceptorInterface
| Modifier and Type | Field and Description |
|---|---|
protected LayerService<Layer,LayerDao<Layer>> |
layerService |
| Constructor and Description |
|---|
WfsResponseInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Response |
interceptDescribeFeatureType(MutableHttpServletRequest request,
Response response) |
Response |
interceptGetCapabilities(MutableHttpServletRequest request,
Response response) |
Response |
interceptGetFeature(MutableHttpServletRequest request,
Response response) |
Response |
interceptLockFeature(MutableHttpServletRequest request,
Response response) |
Response |
interceptTransaction(MutableHttpServletRequest request,
Response response) |
@Autowired @Qualifier(value="layerService") protected LayerService<Layer,LayerDao<Layer>> layerService
public Response interceptGetCapabilities(MutableHttpServletRequest request, Response response)
interceptGetCapabilities in interface WfsResponseInterceptorInterfacepublic Response interceptDescribeFeatureType(MutableHttpServletRequest request, Response response)
interceptDescribeFeatureType in interface WfsResponseInterceptorInterfacepublic Response interceptGetFeature(MutableHttpServletRequest request, Response response)
interceptGetFeature in interface WfsResponseInterceptorInterfacepublic Response interceptLockFeature(MutableHttpServletRequest request, Response response)
interceptLockFeature in interface WfsResponseInterceptorInterfacepublic Response interceptTransaction(MutableHttpServletRequest request, Response response)
interceptTransaction in interface WfsResponseInterceptorInterfaceCopyright © 2020 terrestris GmbH & Co. KG. All rights reserved.