| Class | Description |
|---|---|
| AbsoluteOrderingDescriptor | |
| AppListenerDescriptorImpl |
Objects exhibiting this interface represent an event listener descriptor.
|
| AuthorizationConstraintImpl |
This descriptor represents an authorization contraint on a security
constraint in a web application.
|
| CookieConfigDescriptor |
This represents the cookie-config resided in session-config of web.xml.
|
| ErrorPageDescriptor |
Objects exhiniting this interface represent an error page and the exception type or
error code that will cause the redirect from the web container.
|
| JspConfigDescriptorImpl |
This is a descriptor for the taglib config used in a web application.
|
| JspGroupDescriptor | |
| LocalizedContentDescriptorImpl | |
| LoginConfigurationImpl |
I dictate how the web app I belong to should be logged into.
|
| MimeMappingDescriptor |
I represent a mapping between a mime type and a file extension for specifiying how
to handle mime types in a J2EE WAR.
|
| MultipartConfigDescriptor |
This represents the multipart-config resided in web.xml.
|
| OrderingDescriptor |
This represents the ordering resided in web-fragment.xml.
|
| OrderingOrderingDescriptor |
This represents the ordering-ordering in web-fragment.xml.
|
| SecurityConstraintImpl |
Objects exhibiting this interface represent a security constraint on the web application
that owns them.
|
| ServletFilterDescriptor |
Deployment object representing the servlet filter spec
|
| ServletFilterMappingDescriptor |
Deployment object representing the servlet filter mapping spec
|
| SessionConfigDescriptor |
This represents the session-config in web.xml.
|
| TagLibConfigurationDescriptor |
This descriptor represent the information about a tag library used in a
web application.
|
| UserDataConstraintImpl |
I represent the information about how the web application's data should be protected.
|
| WebBundleDescriptorImpl |
The concrete implementation of abstract super class com.sun.enterprise.deployment.WebBundleDescriptor.
|
| WebComponentDescriptorImpl |
Common data and behavior of the deployment
information about a JSP or JavaServlet in J2EE.
|
| WebComponentDescriptorStub |
stub for URL pattern processing, because it takes place
before the fragment processing
|
| WebFragmentDescriptor |
I am an object that represents all the deployment information about
a web fragment.
|
| WebResourceCollectionImpl |
This descriptor represents a description of a portion of a web app
in terms of a collection of url patterns and
a collection of http methods on this patterns.
|
Copyright © 2017. All rights reserved.