|
Class Summary |
| AuthConstraintMetaData |
The auth-constraint element indicates the user roles that should be
permitted access to a resource collection. |
| ContextParamMetaData |
The context-param element contains the declaration of a web application's
servlet context initialization parameters. |
| ErrorPageMetaData |
The error-page element contains a mapping between an error code
or exception type to the path of a resource in the web application
|
| FilterMappingMetaData |
Declaration of the filter mappings in this web application. |
| FilterMetaData |
Declares a filter in the web application. |
| FormLoginConfigMetaData |
The form-login-config element specifies the login and error pages that
should be used in form based login. |
| InitParamMetaData |
The init-param element contains a name/value pair as an initialization
param of the servlet. |
| ListenerMetaData |
The listener element indicates the deployment properties for a web
application listener bean. |
| LoginConfigMetaData |
The login-config element is used to configure the authentication method that
should be used, the realm name that should be used for this application, and
the attributes that are needed by the form login mechanism. |
| MimeMappingMetaData |
The mime-mapping element defines a mapping between an extension and a mime type. |
| RunAsMetaData |
The run-as element, if defined for a servlet, overrides the security
identity used to call an EJB by that servlet in this web application. |
| SecurityConstraintMetaData |
The security-constraint element is used to associate security constraints with
one or more web resource collections. |
| ServletMappingMetaData |
The servlet-mapping element defines a mapping between a servlet and
a url pattern. |
| ServletMetaData |
The servlet element contains the declarative data of a servlet. |
| SessionConfigMetaData |
The sesson-config element defines the session parameters for this
web application
|
| TaglibMetaData |
The taglib element is used to desribe a JSP tag library. |
| UserDataConstraintMetaData |
The user-data-constraint element is used to indicate how data communicated
between the client and container should be protected
|
| WebAppMetaData |
The web-app element is the root of the deployment descriptor for a
web application. |
| WebResourceCollectionMetaData |
The web-resource-collection element is used to identify a subset of the
resources and HTTP methods on those resources within a web application
to which a security constraint applies. |
| WelcomeFileListMetaData |
The welcome-file-list contains an ordered list of welcome file elements. |