See: Description
Interface | Description |
---|---|
WebAppDescriptor |
This deployment descriptor provides the functionalities as described in the specification
Example:
WebAppDescriptor descriptor = Descriptors.create(WebAppDescriptor.class);
|
WebAppDescriptorBase<FILTERTYPE extends FilterTypeBase<FILTERTYPE,WEBAPPDESCRIPTORTYPE>,WEBAPPDESCRIPTORTYPE extends WebAppDescriptorBase<FILTERTYPE,WEBAPPDESCRIPTORTYPE>> |
Base support for read-only views of the "web-app" element.
|
WebAppMutableDescriptor |
Mutable view of a web application deployment descriptor (ie. web.xml).
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.