Class WebXmlProcessor

java.lang.Object
cloud.piranha.webapp.webxml.WebXmlProcessor

public class WebXmlProcessor extends Object
The web.xml / web-fragment.xml processor.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • WebXmlProcessor

      public WebXmlProcessor()
  • Method Details

    • process

      public void process(WebXml webXml, WebApplication webApplication)
      Process the web.xml into the web application.
      Parameters:
      webXml - the web.xml
      webApplication - the web application.