Package thredds.server.admin.collection
Class AdminCollectionController
java.lang.Object
thredds.server.admin.collection.CollectionControllerCommon
thredds.server.admin.collection.AdminCollectionController
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Controller
@RequestMapping("/admin/collection")
public class AdminCollectionController
extends CollectionControllerCommon
Allow external triggers for rereading Feature collections
- Since:
- May 4, 2010
-
Constructor Summary
ConstructorsConstructorDescriptionAdminCollectionController(DebugCommands debugCommands, DataRootManager dataRootManager, TdsContext tdsContext, DatasetManager datasetManager, com.google.common.eventbus.EventBus eventBus, thredds.featurecollection.CollectionUpdater collectionUpdater) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddownloadAllAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) protected org.springframework.http.ResponseEntity<String>downloadIndexAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) protected org.springframework.http.ResponseEntity<String>showCollectionAdmin(String collection) protected org.springframework.http.ResponseEntity<String>protected org.springframework.http.ResponseEntity<String>protected org.springframework.http.ResponseEntity<String>triggerFeatureCollectionAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) Methods inherited from class thredds.server.admin.collection.CollectionControllerCommon
afterPropertiesSet, downloadAll, downloadIndex
-
Constructor Details
-
AdminCollectionController
public AdminCollectionController(DebugCommands debugCommands, DataRootManager dataRootManager, TdsContext tdsContext, DatasetManager datasetManager, com.google.common.eventbus.EventBus eventBus, thredds.featurecollection.CollectionUpdater collectionUpdater)
-
-
Method Details
-
showCollectionAdmin
-
showCollectionStatusAdmin
@RequestMapping("/showStatus") protected org.springframework.http.ResponseEntity<String> showCollectionStatusAdmin() -
showCollectionStatusCsvAdmin
@RequestMapping("/showStatus.csv") protected org.springframework.http.ResponseEntity<String> showCollectionStatusCsvAdmin() -
triggerFeatureCollectionAdmin
@RequestMapping("/trigger") protected org.springframework.http.ResponseEntity<String> triggerFeatureCollectionAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) -
downloadAllAdmin
@RequestMapping("/downloadAll") protected void downloadAllAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Throws:
IOException
-
downloadIndexAdmin
@RequestMapping("/download") protected org.springframework.http.ResponseEntity<String> downloadIndexAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Throws:
IOException
-