@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface WebListener
ServletContextListener,
ServletContextAttributeListener,
ServletRequestListener,
ServletRequestAttributeListener,
HttpSessionListener, or
HttpSessionAttributeListener, or
HttpSessionIdListener interfaces.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Description of the listener
|
Copyright © 1999-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms. Portions Copyright © 1999-2002 The Apache Software Foundation.