public class DirectServletRegistryUtil extends Object
| Constructor and Description |
|---|
DirectServletRegistryUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearServlets() |
static DirectServletRegistry |
getDirectServletRegistry() |
static javax.servlet.Servlet |
getServlet(String path) |
static void |
putServlet(String path,
javax.servlet.Servlet servlet) |
void |
setDirectServletRegistry(DirectServletRegistry directServletRegistry) |
public static void clearServlets()
public static DirectServletRegistry getDirectServletRegistry()
public static javax.servlet.Servlet getServlet(String path)
public static void putServlet(String path, javax.servlet.Servlet servlet)
public void setDirectServletRegistry(DirectServletRegistry directServletRegistry)