DRAFT

Package javax.servlet.annotation

The javax.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.

See:
          Description

Annotation Types Summary
HandlesTypes This annotation is used to declare the types an instance of the ServletContainerInitializer can handle.
MultipartConfig  
WebFilter Annotation used to declare a servlet filter.
WebInitParam Used to declare init params in servlets in filters
WebListener This annotation is used to declare a WebListener.
WebServlet Annotation used to declare a servlet.
 

Package javax.servlet.annotation Description

The javax.servlet.annotation package contains a number of annotations that allow users to use annotations to declare servlets, filters, listeners and specify the metadata for the declared component.


DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.