Class WmsRequestInterceptor
- java.lang.Object
-
- de.terrestris.shoguncore.util.interceptor.standard.WmsRequestInterceptor
-
- All Implemented Interfaces:
WmsRequestInterceptorInterface
public class WmsRequestInterceptor extends Object implements WmsRequestInterceptorInterface
This class demonstrates how to implement the WmsRequestInterceptorInterface.- Author:
- Daniel Koch, Andre Henn, terrestris GmbH & Co. KG
-
-
Constructor Summary
Constructors Constructor Description WmsRequestInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MutableHttpServletRequestinterceptDescribeLayer(MutableHttpServletRequest request)MutableHttpServletRequestinterceptGetCapabilities(MutableHttpServletRequest request)MutableHttpServletRequestinterceptGetFeatureInfo(MutableHttpServletRequest request)MutableHttpServletRequestinterceptGetLegendGraphic(MutableHttpServletRequest request)MutableHttpServletRequestinterceptGetMap(MutableHttpServletRequest request)MutableHttpServletRequestinterceptGetStyles(MutableHttpServletRequest request)
-
-
-
Method Detail
-
interceptGetMap
public MutableHttpServletRequest interceptGetMap(MutableHttpServletRequest request)
- Specified by:
interceptGetMapin interfaceWmsRequestInterceptorInterface
-
interceptGetCapabilities
public MutableHttpServletRequest interceptGetCapabilities(MutableHttpServletRequest request)
- Specified by:
interceptGetCapabilitiesin interfaceWmsRequestInterceptorInterface
-
interceptGetFeatureInfo
public MutableHttpServletRequest interceptGetFeatureInfo(MutableHttpServletRequest request)
- Specified by:
interceptGetFeatureInfoin interfaceWmsRequestInterceptorInterface
-
interceptDescribeLayer
public MutableHttpServletRequest interceptDescribeLayer(MutableHttpServletRequest request)
- Specified by:
interceptDescribeLayerin interfaceWmsRequestInterceptorInterface
-
interceptGetLegendGraphic
public MutableHttpServletRequest interceptGetLegendGraphic(MutableHttpServletRequest request)
- Specified by:
interceptGetLegendGraphicin interfaceWmsRequestInterceptorInterface
-
interceptGetStyles
public MutableHttpServletRequest interceptGetStyles(MutableHttpServletRequest request)
- Specified by:
interceptGetStylesin interfaceWmsRequestInterceptorInterface
-
-