Class WebXmlManager

java.lang.Object
cloud.piranha.webapp.impl.WebXmlManager

public class WebXmlManager extends Object
The web.xml manager.
Author:
Manfred Riem ([email protected])
  • Field Details

    • KEY

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

    • WebXmlManager

      public WebXmlManager()
  • Method Details

    • getInitialWebXml

      public WebXml getInitialWebXml()
      Returns the initial web.xml.
      Returns:
      the initial web.xml
    • setInitialWebXml

      public void setInitialWebXml(WebXml initialWebXml)
      Set the initial web.xml.
      Parameters:
      initialWebXml - the initial web.xml.
    • getWebFragments

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

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

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

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

      public List<WebXml> getOrderedFragments()
      Returns the ordered fragments.
      Returns:
      the ordered fragments