|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.eclipse.jetty.servlet.listener.IntrospectorCleaner
public class IntrospectorCleaner
IntrospectorCleaner Cleans a static cache of Methods held by java.beans.Introspector class when a context is undeployed.
Introspector| 构造方法摘要 | |
|---|---|
IntrospectorCleaner()
|
|
| 方法摘要 | |
|---|---|
void |
contextDestroyed(ServletContextEvent sce)
Receives notification that the ServletContext is about to be shut down. |
void |
contextInitialized(ServletContextEvent sce)
Receives notification that the web application initialization process is starting. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public IntrospectorCleaner()
| 方法详细信息 |
|---|
public void contextInitialized(ServletContextEvent sce)
ServletContextListener 复制的描述All ServletContextListeners are notified of context initialization before any filters or servlets in the web application are initialized.
ServletContextListener 中的 contextInitializedsce - the ServletContextEvent containing the ServletContext
that is being initializedpublic void contextDestroyed(ServletContextEvent sce)
ServletContextListener 复制的描述All servlets and filters will have been destroyed before any ServletContextListeners are notified of context destruction.
ServletContextListener 中的 contextDestroyedsce - the ServletContextEvent containing the ServletContext
that is being destroyed
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||