public class LatestModel extends DqcHandler
| Modifier and Type | Field and Description |
|---|---|
protected LatestDqcHandler |
proxy |
| Constructor and Description |
|---|
LatestModel()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
This abstract method is used by the DqcServlet to generate an HttpServletResponse
from the given HttpServletRequest.
|
void |
initWithHandlerConfigDoc(URL configDocURL)
This abstract method initializes the DqcHandler from configuration information.
|
factory, getHandlerInfo, setHandlerInfoprotected LatestDqcHandler proxy
public void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws IOException,
javax.servlet.ServletException
DqcHandlerhandleRequest in class DqcHandlerreq - - HttpServletRequest to a concrete DqcHandler.res - - HttpServletResponse generated for the given request.IOException - if an I/O error is detected (when communicating with client not for servlet internal IO problems).javax.servlet.ServletException - if the request could not be handled for some reason.public void initWithHandlerConfigDoc(URL configDocURL) throws IOException
DqcHandlerinitWithHandlerConfigDoc in class DqcHandlerconfigDocURL - - a URL to the DQC handler config document.IOException - if trouble reading config file.Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.