public class ServletInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCEDIRNAME |
| Constructor and Description |
|---|
ServletInfo(javax.servlet.http.HttpServlet sv) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResourcePath()
Return the absolute path for the /WEB-INF/resources directory
|
javax.servlet.http.HttpServlet |
getServlet() |
javax.servlet.ServletConfig |
getServletconfig() |
javax.servlet.ServletContext |
getServletcontext() |
String |
getServletname() |
public static final String RESOURCEDIRNAME
public ServletInfo(javax.servlet.http.HttpServlet sv)
throws DapException
DapExceptionpublic javax.servlet.http.HttpServlet getServlet()
public javax.servlet.ServletConfig getServletconfig()
public javax.servlet.ServletContext getServletcontext()
public String getServletname()
public String getResourcePath()
Copyright © 1999–2014 UCAR/Unidata. All rights reserved.