| Package | Description |
|---|---|
| org.apache.tomcat.util.descriptor.web |
| Modifier and Type | Method and Description |
|---|---|
Map<String,WebXml> |
FragmentJarScannerCallback.getFragments() |
static Set<WebXml> |
WebXml.orderWebFragments(WebXml application,
Map<String,WebXml> fragments,
ServletContext servletContext)
Generates the sub-set of the web-fragment.xml files to be processed in
the order that the fragments must be processed as per the rules in the
Servlet spec.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WebXml> |
WebXml.orderWebFragments(WebXml application,
Map<String,WebXml> fragments,
ServletContext servletContext)
Generates the sub-set of the web-fragment.xml files to be processed in
the order that the fragments must be processed as per the rules in the
Servlet spec.
|
boolean |
WebXmlParser.parseWebXml(InputSource source,
WebXml dest,
boolean fragment) |
boolean |
WebXmlParser.parseWebXml(URL url,
WebXml dest,
boolean fragment)
Parse a web descriptor at a location.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebXml.merge(Set<WebXml> fragments)
Merge the supplied web fragments into this main web.xml.
|
static Set<WebXml> |
WebXml.orderWebFragments(WebXml application,
Map<String,WebXml> fragments,
ServletContext servletContext)
Generates the sub-set of the web-fragment.xml files to be processed in
the order that the fragments must be processed as per the rules in the
Servlet spec.
|
Copyright © 2014–2015 Webtide. All rights reserved.