Interface DbxSessionStore

  • All Known Implementing Classes:
    DbxStandardSessionStore

    public interface DbxSessionStore
    An interface that lets you save, retrieve, and clear a single value in the user's web session.
     If your web app uses the standard Java Servlet API, just use
     DbxStandardSessionStore.
     
    • Method Detail

      • get

        java.lang.String get()
      • set

        void set​(java.lang.String value)
      • clear

        void clear()