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 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:
      afterPropertiesSet in interface org.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