|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionAdapter | |
|---|---|
| com.google.code.rees.scope.session | |
| com.google.code.rees.scope.struts2 | |
| Uses of SessionAdapter in com.google.code.rees.scope.session |
|---|
| Fields in com.google.code.rees.scope.session with type parameters of type SessionAdapter | |
|---|---|
protected static ThreadLocal<SessionAdapter> |
SessionAdapter.sessionAdapter
|
| Methods in com.google.code.rees.scope.session that return SessionAdapter | |
|---|---|
static SessionAdapter |
SessionAdapter.getAdapter()
Get the ThreadLocal SessionAdapter associated with the
current request |
| Methods in com.google.code.rees.scope.session with parameters of type SessionAdapter | |
|---|---|
void |
SessionPostProcessor.postProcessSession(SessionAdapter sessionAdapter)
Perform the post processing |
void |
DefaultSessionManager.postProcessSession(SessionAdapter sessionAdapter)
Perform the post processing |
void |
SessionManager.processSessionFields(SessionAdapter sessionAdapter)
Process, manage, and inject the SessionFields |
void |
DefaultSessionManager.processSessionFields(SessionAdapter sessionAdapter)
Process, manage, and inject the SessionFields |
static void |
SessionAdapter.setAdapter(SessionAdapter adapter)
Set the ThreadLocal SessionAdapter for use with the current
request. |
| Uses of SessionAdapter in com.google.code.rees.scope.struts2 |
|---|
| Subclasses of SessionAdapter in com.google.code.rees.scope.struts2 | |
|---|---|
class |
StrutsSessionAdapter
The Struts2 implementation of the SessionAdapter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||