S - @Controller public class GeoServerInterceptorController<S extends GeoServerInterceptorService> extends Object
| Constructor and Description |
|---|
GeoServerInterceptorController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<?> |
interceptGeoServerRequest(javax.servlet.http.HttpServletRequest request) |
void |
setService(S service) |
protected S extends GeoServerInterceptorService service
@RequestMapping(value="/geoserver.action",
method={GET,POST})
public org.springframework.http.ResponseEntity<?> interceptGeoServerRequest(javax.servlet.http.HttpServletRequest request)
request - IOException@Autowired public void setService(S service)
service - the service to setCopyright © 2016 terrestris GmbH & Co. KG. All rights reserved.