Class AbstractSessionAdapter

    • Constructor Detail

      • AbstractSessionAdapter

        public AbstractSessionAdapter​(java.lang.Object adaptee)
        Instantiates a new AbstractSessionAdapter.
        Parameters:
        adaptee - the adaptee object
    • Method Detail

      • getAdaptee

        public <T> T getAdaptee()
        Description copied from interface: SessionAdapter
        Returns the adaptee object to provide session information.
        Specified by:
        getAdaptee in interface SessionAdapter
        Type Parameters:
        T - the type of the adaptee object
        Returns:
        the adaptee object
      • newSessionScope

        protected abstract SessionScope newSessionScope()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object