Class WebXmlManager

    • Field Detail

      • KEY

        public static final String KEY
        Stores the application scoped key.
    • Constructor Detail

      • WebXmlManager

        public WebXmlManager()
    • Method Detail

      • getWebFragments

        public List<WebXml> getWebFragments()
        Get the web fragments.
        Returns:
        the web fragments.
      • getWebXml

        public WebXml getWebXml()
        Get the web.xml.
        Returns:
        the web.xml.
      • setWebXml

        public void setWebXml​(WebXml webXml)
        Set the web.xml.
        Parameters:
        webXml - the web.xml.
      • setWebFragments

        public void setWebFragments​(List<WebXml> webFragments)
        Set the web fragments.
        Parameters:
        webFragments - the web fragments.