Class WebXmlProcessor

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

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

    Constructors
    Constructor Description
    WebXmlProcessor()  
  • Method Summary

    Modifier and Type Method Description
    void process​(WebXml webXml, WebApplication webApplication)
    Process the web.xml into the web application.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.