Package thredds.server.viewer
Class ViewerController
java.lang.Object
thredds.server.viewer.ViewerController
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlaunchViewer(@Valid ViewerRequestParamsBean params, org.springframework.validation.BindingResult result, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.http.HttpServletRequest req) Deprecated.
-
Constructor Details
-
ViewerController
public ViewerController()Deprecated.
-
-
Method Details
-
launchViewer
@RequestMapping(value="{viewer}.jnlp", method=GET) public void launchViewer(@Valid @Valid ViewerRequestParamsBean params, org.springframework.validation.BindingResult result, jakarta.servlet.http.HttpServletResponse res, jakarta.servlet.http.HttpServletRequest req) throws IOException Deprecated.- Throws:
IOException
-