public class RadarServer extends AbstractServlet
| Modifier and Type | Class and Description |
|---|---|
static class |
RadarServer.RadarType |
| Modifier and Type | Field and Description |
|---|---|
static InvCatalogImpl |
cat |
static String |
catName |
static URI |
catURI |
static HashMap<String,String> |
dataLocation |
static List |
datasets |
static RadarMethods |
rm |
contentPath, log, logServerStartup| Constructor and Description |
|---|
RadarServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected long |
getLastModified(javax.servlet.http.HttpServletRequest req) |
protected String |
getPath() |
void |
init() |
static void |
main(String[] args) |
initContentdoDelete, doHead, doOptions, doPost, doPut, doTrace, service, servicepublic static InvCatalogImpl cat
public static final String catName
public static URI catURI
public static List datasets
public static RadarMethods rm
protected long getLastModified(javax.servlet.http.HttpServletRequest req)
getLastModified in class javax.servlet.http.HttpServletprotected String getPath()
getPath in class AbstractServletpublic void init()
throws javax.servlet.ServletException
init in class AbstractServletjavax.servlet.ServletExceptionpublic void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.