Package thredds.server.wcs
Class WCSController
- java.lang.Object
-
- thredds.server.wcs.WCSController
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
@Controller @RequestMapping("/wcs") public class WCSController extends Object implements org.springframework.beans.factory.InitializingBeanHandles serving data via WCS 1.0.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWCSController.Operation
-
Constructor Summary
Constructors Constructor Description WCSController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterPropertiesSet()voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws javax.servlet.ServletException- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
javax.servlet.ServletException
-
doGet
@RequestMapping("**") public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletExceptionIOException
-
-