Class WebXmlCookieConfig

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

public class WebXmlCookieConfig
extends java.lang.Object
The web.xml session-config cookie-config.
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors 
    Constructor Description
    WebXmlCookieConfig()  
  • Method Summary

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

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

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