| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface HandlesTypes
This annotation is used to declare the class types that a
 ServletContainerInitializer can handle.
ServletContainerInitializer| Required Element Summary | |
|---|---|
|  java.lang.Class[] | valueThe classes in which a ServletContainerInitializerhas expressed interest. | 
| Element Detail | 
|---|
public abstract java.lang.Class[] value
ServletContainerInitializer has expressed interest.
 If an implementation of ServletContainerInitializer 
 specifies this annotation, the Servlet container must pass the
 Set of application classes that extend, implement, or have
 been annotated with the class types listed by this annotation to
 the ServletContainerInitializer.onStartup(java.util.Set
 method of the ServletContainerInitializer (if no matching classes
 are found, null must be passed instead)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41