Class HttpSessionHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void collectPropertyNames​(java.util.HashSet set, java.lang.Object bean)
      Collect the property names from bean, storing in set.
      java.lang.Object getProperty​(java.lang.Object bean, java.lang.String property)
      Returns the value of the specified dynamic property.
      void setProperty​(java.lang.Object bean, java.lang.String property, java.lang.Object value)
      Modifies the value of the specified dynamic property.
      • Methods inherited from class java.lang.Object

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

      • HttpSessionHandler

        public HttpSessionHandler()