@Controller
public class AdminTestDataController
extends org.n52.sos.web.admin.AbstractDatasourceController
| Modifier and Type | Field and Description |
|---|---|
private static String |
HAS_TEST_DATA |
private static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
AdminTestDataController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
get() |
void |
testDataCreate() |
void |
testDataDelete() |
getDatasource, getSettingscacheIsLoading, updateCacheprivate static final org.slf4j.Logger LOG
private static final String HAS_TEST_DATA
@RequestMapping(value="/admin/testdata",
method=GET)
public org.springframework.web.servlet.ModelAndView get()
throws org.n52.sos.ogc.ows.OwsExceptionReport
org.n52.sos.ogc.ows.OwsExceptionReport@ResponseStatus(value=NO_CONTENT)
@RequestMapping(value="/admin/testdata/remove",
method=POST)
public void testDataDelete()
throws org.n52.sos.ogc.ows.OwsExceptionReport,
org.n52.sos.ds.ConnectionProviderException
org.n52.sos.ogc.ows.OwsExceptionReportorg.n52.sos.ds.ConnectionProviderException@ResponseStatus(value=NO_CONTENT)
@RequestMapping(value="/admin/testdata/create",
method=POST)
public void testDataCreate()
throws org.n52.sos.ogc.ows.OwsExceptionReport,
org.n52.sos.ds.ConnectionProviderException
org.n52.sos.ogc.ows.OwsExceptionReportorg.n52.sos.ds.ConnectionProviderExceptionCopyright © 2012-2016 52north.org. All Rights Reserved.