Class WebXmlSessionConfig

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

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

    Constructors 
    Constructor Description
    WebXmlSessionConfig()  
  • Method Summary

    Modifier and Type Method Description
    int getSessionTimeout()
    Get the session timeout.
    void setSessionTimeout​(int sessionTimeout)
    Set the session timeout.

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getSessionTimeout

      public int getSessionTimeout()
      Get the session timeout.
      Returns:
      the session timeout.
    • setSessionTimeout

      public void setSessionTimeout​(int sessionTimeout)
      Set the session timeout.
      Parameters:
      sessionTimeout - the session timeout.