Package com.dropbox.core
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 Summary
-
Method Details
-
get
String get() -
set
-
clear
void clear()
-