Class WebXmlListener

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

public class WebXmlListener
extends java.lang.Object
The web.xml listener.
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors
    Constructor Description
    WebXmlListener​(java.lang.String className)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getClassName()
    Get the class name.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • WebXmlListener

      public WebXmlListener​(java.lang.String className)
      Constructor.
      Parameters:
      className - the class name.
  • Method Details

    • getClassName

      public java.lang.String getClassName()
      Get the class name.
      Returns:
      the class name.