public class ServletContextHolder
extends java.lang.Object
| Constructor and Description |
|---|
ServletContextHolder() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanServletContext()
清除servletContext静态变量.
|
static java.lang.String |
getRealPath()
获取web项目路径
|
static javax.servlet.ServletContext |
getServletContext() |