Package thredds.server.admin.collection
Class CollectionControllerCommon
java.lang.Object
thredds.server.admin.collection.CollectionControllerCommon
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
AdminCollectionController,LocalCollectionController
@Component
public class CollectionControllerCommon
extends Object
implements org.springframework.beans.factory.InitializingBean
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionControllerCommon(DebugCommands debugCommands, DataRootManager dataRootManager, TdsContext tdsContext, DatasetManager datasetManager, com.google.common.eventbus.EventBus eventBus, thredds.featurecollection.CollectionUpdater collectionUpdater) -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected voiddownloadAll(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) protected org.springframework.http.ResponseEntity<String>downloadIndex(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
-
Constructor Details
-
CollectionControllerCommon
public CollectionControllerCommon(DebugCommands debugCommands, DataRootManager dataRootManager, TdsContext tdsContext, DatasetManager datasetManager, @Qualifier("fcTriggerEventBus") com.google.common.eventbus.EventBus eventBus, thredds.featurecollection.CollectionUpdater collectionUpdater)
-
-
Method Details
-
afterPropertiesSet
public void afterPropertiesSet()- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean
-
downloadAll
protected void downloadAll(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Throws:
IOException
-
downloadIndex
protected org.springframework.http.ResponseEntity<String> downloadIndex(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException - Throws:
IOException
-