|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 ServletContextEvent 的软件包 | |
|---|---|
| javax.servlet | The javax.servlet package contains a number of classes and interfaces that describe and define the contracts between a servlet class and the runtime environment provided for an instance of such a class by a conforming servlet container. |
| org.eclipse.jetty.server.handler | |
| org.eclipse.jetty.servlet | |
| org.eclipse.jetty.servlet.listener | |
| org.eclipse.jetty.webapp | |
| javax.servlet 中 ServletContextEvent 的使用 |
|---|
| javax.servlet 中 ServletContextEvent 的子类 | |
|---|---|
class |
ServletContextAttributeEvent
Event class for notifications about changes to the attributes of the ServletContext of a web application. |
| 参数类型为 ServletContextEvent 的 javax.servlet 中的方法 | |
|---|---|
void |
ServletContextListener.contextDestroyed(ServletContextEvent sce)
Receives notification that the ServletContext is about to be shut down. |
void |
ServletContextListener.contextInitialized(ServletContextEvent sce)
Receives notification that the web application initialization process is starting. |
| org.eclipse.jetty.server.handler 中 ServletContextEvent 的使用 |
|---|
| 参数类型为 ServletContextEvent 的 org.eclipse.jetty.server.handler 中的方法 | |
|---|---|
void |
ContextHandler.callContextDestroyed(ServletContextListener l,
ServletContextEvent e)
|
void |
ContextHandler.callContextInitialized(ServletContextListener l,
ServletContextEvent e)
|
| org.eclipse.jetty.servlet 中 ServletContextEvent 的使用 |
|---|
| 参数类型为 ServletContextEvent 的 org.eclipse.jetty.servlet 中的方法 | |
|---|---|
void |
ServletContextHandler.callContextDestroyed(ServletContextListener l,
ServletContextEvent e)
|
void |
ServletContextHandler.callContextInitialized(ServletContextListener l,
ServletContextEvent e)
|
| org.eclipse.jetty.servlet.listener 中 ServletContextEvent 的使用 |
|---|
| 参数类型为 ServletContextEvent 的 org.eclipse.jetty.servlet.listener 中的方法 | |
|---|---|
void |
IntrospectorCleaner.contextDestroyed(ServletContextEvent sce)
|
void |
ELContextCleaner.contextDestroyed(ServletContextEvent sce)
|
void |
IntrospectorCleaner.contextInitialized(ServletContextEvent sce)
|
void |
ELContextCleaner.contextInitialized(ServletContextEvent sce)
|
| org.eclipse.jetty.webapp 中 ServletContextEvent 的使用 |
|---|
| 参数类型为 ServletContextEvent 的 org.eclipse.jetty.webapp 中的方法 | |
|---|---|
void |
TagLibConfiguration.TagLibListener.contextDestroyed(ServletContextEvent sce)
|
void |
TagLibConfiguration.TagLibListener.contextInitialized(ServletContextEvent sce)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||