@Controller @RequestMapping(value="/cdmremote") public class CdmRemoteController extends AbstractController implements org.springframework.web.servlet.mvc.LastModified
| Constructor and Description |
|---|
CdmRemoteController() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getControllerPath() |
protected String[] |
getEndings() |
long |
getLastModified(javax.servlet.http.HttpServletRequest req) |
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
CdmRemoteQueryBean qb,
org.springframework.validation.BindingResult validationResult) |
void |
setAllow(boolean allow) |
void |
setTdsContext(TdsContext tdsContext) |
getAbsolutePath, getDatasetPathpublic void setTdsContext(TdsContext tdsContext)
public void setAllow(boolean allow)
protected String getControllerPath()
getControllerPath in class AbstractControllerprotected String[] getEndings()
getEndings in class AbstractControllerpublic long getLastModified(javax.servlet.http.HttpServletRequest req)
getLastModified in interface org.springframework.web.servlet.mvc.LastModified@RequestMapping(value="**")
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
CdmRemoteQueryBean qb,
org.springframework.validation.BindingResult validationResult)
throws IOException,
NcssException,
ParseException,
InvalidRangeException
Copyright © 1999–2013 UCAR/Unidata. All rights reserved.