Class Constants


  • public class Constants
    extends java.lang.Object
    Manifest constants for the org.apache.catalina.session package.
    Author:
    Craig R. McClanahan
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.Set<java.lang.String> excludedAttributeNames
      Set of session attribute names used internally by Tomcat that should always be removed from the session before it is persisted, replicated or equivalent.
    • Constructor Summary

      Constructors 
      Constructor Description
      Constants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • excludedAttributeNames

        public static final java.util.Set<java.lang.String> excludedAttributeNames
        Set of session attribute names used internally by Tomcat that should always be removed from the session before it is persisted, replicated or equivalent.
    • Constructor Detail

      • Constants

        public Constants()