| Attributes Summary | |
| smallIcon : String | The small-icon element contains the location within the web application of a file containing a small (16x16 pixel) icon image. |
| largeIcon : String | The large-icon element contains the location within the web application of a file containing a large (32x32 pixel) icon image. |
| description : String | The description element is used to provide descriptive text about the parent element. |
| distributable : boolean | The distributable element, by its presence in a web application deployment descriptor, indicates that this web application is programmed appropriately to be deployed into a distributed servlet container |
| displayName : String | The display-name element contains a short name that is intended to be displayed by GUI tools. |
| contexts : ContextParam * | |
| errorPages : ErrorPage * | |
| fileList : WelcomeFileList | |
| tagLibs : TagLibRef * | |
| constraints : SecurityConstraint * | |
| resourceRefs : ResourceRef * | |
| ejbRefs : EjbRef * | |
| envEntries : EnvEntry * | |
| loginConfig : LoginConfig | |
| mimeMappings : MimeMapping * | |
| sessionConfig : SessionConfig | |
| servletMappings : ServletMapping * | |
| servlets : Servlet * | |
| securityRoles : SecurityRole * | |
| filters : Filter * | |
| filterMappings : FilterMapping * | Filter mappings defined for the web app |
| listeners : Listener * | The listeners collection contains deployment properties for a web application listener beans in the web app. |
| ejbLocalRefs : EJBLocalRef * | A collection of references to enterprise bean's local home useable by the web application. |
| resourceEnvRefs : ResourceEnvRef * | The resource-env-ref element contains a declaration of a servlet's reference to an administered object associated with a resource in servlet's environment. |
| Attribute Details |