|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Session.Lifetime | |
| com.marringtons.util | Every library requires a catch-all packages for classes that cannot be easily grouped elsewhere - and here it is - caches, maps, semaphores, sessions, threads and much more. |
| Uses of Session.Lifetime in com.marringtons.util |
| Fields in com.marringtons.util declared as Session.Lifetime | |
static Session.Lifetime |
Session.Lifetime.persistent
Scope to be used if data is to be saved to disk |
static Session.Lifetime |
Session.Lifetime.session
Scope to be used if data is to be discarded when session closes |
| Methods in com.marringtons.util with parameters of type Session.Lifetime | |
static Session.Key |
Session.classScope(Class scope,
String key,
Class valueClass,
Session.Lifetime lifetime)
Retrieve key for class scope data - to be kept in private static final in using class. |
static Session.Key |
Session.packageScope(Class scope,
String key,
Class valueClass,
Session.Lifetime lifetime)
Retrieve key for package scope data - to be kept in private static final in using class. |
static Session.Key |
Session.globalScope(String key,
Class valueClass,
Session.Lifetime lifetime)
Retrieve key for package scope data - to be kept in private static final in using class. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||