Class WebXmlServletInitParam

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

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

    Constructors 
    Constructor Description
    WebXmlServletInitParam()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getName()
    Get the name.
    java.lang.String getValue()
    Get the value.
    void setName​(java.lang.String name)
    Set the name.
    void setValue​(java.lang.String value)
    Set the value.

    Methods inherited from class java.lang.Object

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

  • 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.
    • setName

      public void setName​(java.lang.String name)
      Set the name.
      Parameters:
      name - the name.
    • setValue

      public void setValue​(java.lang.String value)
      Set the value.
      Parameters:
      value - the value.