|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface WebListener
This annotation is used to declare a WebListener.
Any class annotated with WebListener must implement one or more of
the ServletContextListener,
ServletContextAttributeListener,
ServletRequestListener,
ServletRequestAttributeListener,
HttpSessionListener, or
HttpSessionAttributeListener interfaces.
| 可选元素摘要 | |
|---|---|
String |
value
Description of the listener |
public abstract String value
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 必需 | 可选 | 详细信息: 元素 | |||||||||