uCosminexus Application Server, API Reference Guide

[Contents][Index][Back][Next]

2.8 javax.servlet.annotation package

This section describes the list of annotations included in the javax.servlet.annotation package.

Annotation list
Annotation name Functionality
@HandlesTypes This annotation specifies the class type that deals with the implementation class of the ServletContainerInitializer interface.
@HttpConstraint This annotation specifies the default security constraint.
@HttpMethodConstraint This annotation specifies the security constraints of the HTTP method.
@MultipartConfig This annotation specifies the settings for the Servlet that deals with multipart/form-data requests.
@ServletSecurity This annotation specifies the Servlet security constraints.
@WebInitParam This annotation specifies the initial parameters of Servlet or filter.
@WebFilter This annotation specifies the filer.
@WebListener This annotation specifies the listener.
@WebServlet This annotation specifies the Servlet.
Organization of this section
2.8.1 @HandlesTypes
2.8.2 @HttpConstraint
2.8.3 @HttpMethodConstraint
2.8.4 @MultipartConfig
2.8.5 @ServletSecurity
2.8.6 @WebInitParam
2.8.7 @WebFilter
2.8.8 @WebListener
2.8.9 @WebServlet