@Controller @RequestMapping(value="/ncss/point") public class NcssPointController extends AbstractNcssController
| Constructor and Description |
|---|
NcssPointController() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getBase() |
org.springframework.web.servlet.ModelAndView |
getDatasetDescription(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssPointParamsBean params,
org.springframework.validation.BindingResult validationResult) |
buildDatasetUrl, getDatasetPath, getDatasetPath, handle, handleValidationErrorMessage, handleValidationErrorsResponse, setResponseHeadersprotected java.lang.String getBase()
@RequestMapping(value="**")
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
NcssPointParamsBean params,
org.springframework.validation.BindingResult validationResult)
throws java.lang.Exception
java.lang.Exception@RequestMapping(value={"**/dataset.html","**/dataset.xml","**/pointDataset.html","**/pointDataset.xml"})
public org.springframework.web.servlet.ModelAndView getDatasetDescription(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws java.io.IOException
java.io.IOException