Class WebXmlContextParam

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

public class WebXmlContextParam
extends java.lang.Object
The web.xml context-param.
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors 
    Constructor Description
    WebXmlContextParam​(java.lang.String name, java.lang.String value)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Get the name.
    java.lang.String getValue()
    Get the value.

    Methods inherited from class java.lang.Object

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

    • WebXmlContextParam

      public WebXmlContextParam​(java.lang.String name, java.lang.String value)
      Constructor.
      Parameters:
      name - the name.
      value - the value.
  • Method Details

    • getName

      public java.lang.String getName()
      Get the name.
      Returns:
      the name.
    • getValue

      public java.lang.String getValue()
      Get the value.
      Returns:
      the value.