Package thredds.server.notebook
Class JupyterNotebookViewerService
java.lang.Object
thredds.server.notebook.JupyterNotebookViewerService
- All Implemented Interfaces:
ViewerService
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionJupyterNotebookViewerService(JupyterNotebookServiceCache jupyterNotebooks, String contentDir) -
Method Summary
Modifier and TypeMethodDescriptiongetViewerLinks(thredds.client.catalog.Dataset dataset, jakarta.servlet.http.HttpServletRequest req) getViewerTemplate(String template) booleanbooleanvoidshowViewers(Formatter sbuff, thredds.client.catalog.Dataset dataset, jakarta.servlet.http.HttpServletRequest req)
-
Constructor Details
-
JupyterNotebookViewerService
public JupyterNotebookViewerService(JupyterNotebookServiceCache jupyterNotebooks, String contentDir)
-
-
Method Details
-
getViewers
- Specified by:
getViewersin interfaceViewerService
-
getViewer
- Specified by:
getViewerin interfaceViewerService
-
getViewerTemplate
- Specified by:
getViewerTemplatein interfaceViewerService
-
registerViewer
- Specified by:
registerViewerin interfaceViewerService
-
registerViewers
- Specified by:
registerViewersin interfaceViewerService
-
showViewers
public void showViewers(Formatter sbuff, thredds.client.catalog.Dataset dataset, jakarta.servlet.http.HttpServletRequest req) - Specified by:
showViewersin interfaceViewerService
-
getViewerLinks
public List<ViewerLinkProvider.ViewerLink> getViewerLinks(thredds.client.catalog.Dataset dataset, jakarta.servlet.http.HttpServletRequest req) - Specified by:
getViewerLinksin interfaceViewerService
-