Class WebDescriptorAdapter
java.lang.Object
com.webmethods.portal.webapp.config.WebDescriptorAdapter
Handles the differences between the various web.xml schemas
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContextParams
(String lang) getDescription
(String lang) getDisplayName
(String lang) getEnvEntries
(String lang) Return the raw object returned by the JAXB parser.getResourceEnvRefs
(String lang) getResourceRefs
(String lang) getSecurityRoles
(String lang)
-
Field Details
-
parsedWebApp
-
-
Constructor Details
-
WebDescriptorAdapter
- Parameters:
webApp
-- Throws:
IOException
JAXBException
-
-
Method Details
-
getDisplayName
-
getDescription
-
getSmallIcon
-
getContextParams
-
getEnvEntries
-
getSecurityRoles
-
getResourceEnvRefs
-
getResourceRefs
-
getParsedWebApp
Return the raw object returned by the JAXB parser. The type of object depends on which schema the file is using.- Returns:
- the parsedWebApp object
-