Class CatalogViewContextParser

java.lang.Object
thredds.server.catalogservice.CatalogViewContextParser

@Component public class CatalogViewContextParser extends Object
  • Constructor Details

    • CatalogViewContextParser

      public CatalogViewContextParser()
  • Method Details

    • getCatalogViewContext

      public Map<String,Object> getCatalogViewContext(thredds.client.catalog.Catalog cat, jakarta.servlet.http.HttpServletRequest req, boolean isLocalCatalog)
    • getDatasetViewContext

      public Map<String,Object> getDatasetViewContext(thredds.client.catalog.Dataset ds, jakarta.servlet.http.HttpServletRequest req, boolean isLocalCatalog)
    • addCatalogItems

      protected void addCatalogItems(thredds.client.catalog.DatasetNode cat, List<thredds.server.catalogservice.CatalogItemContext> catalogItems, boolean isLocalCatalog, int level)
    • populateItemContext

      protected void populateItemContext(thredds.client.catalog.Dataset ds, List<thredds.server.catalogservice.CatalogItemContext> catalogItems, boolean isLocalCatalog, int level)
    • populateDatasetContext

      protected void populateDatasetContext(thredds.client.catalog.Dataset ds, thredds.server.catalogservice.DatasetContext context, jakarta.servlet.http.HttpServletRequest req, boolean isLocalCatalog)
    • makeHrefResolve

      protected static String makeHrefResolve(thredds.client.catalog.Dataset ds, String href)