| Package | Description |
|---|---|
| org.eclnt.jsfserver.defaultscreens | |
| org.eclnt.jsfserver.elements.phases | |
| org.eclnt.jsfserver.util |
| Modifier and Type | Method and Description |
|---|---|
static DefaultScreens.SessionAccess |
DefaultScreens.getSessionAccess(ISessionAbstraction session) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PhaseManager.runAfterInvokePhase(ISessionAbstraction hs,
java.lang.Runnable run) |
static void |
PhaseManager.runAfterRenderResponsePhase(ISessionAbstraction hs,
java.lang.Runnable run) |
static void |
PhaseManager.runAfterUpdatePhase(ISessionAbstraction hs,
java.lang.Runnable run) |
static void |
PhaseManager.runBeforeInvokePhase(ISessionAbstraction hs,
java.lang.Runnable run) |
static void |
PhaseManager.runBeforeRenderResponsePhase(ISessionAbstraction hs,
java.lang.Runnable run) |
static void |
PhaseManager.runBeforeUpdatePhase(ISessionAbstraction hs,
java.lang.Runnable run) |
| Modifier and Type | Class and Description |
|---|---|
class |
SessionAbstractionHttpSession |
class |
SessionAbstractionHttpSessionMockup |
class |
SessionAbstractionSubpageContext |
| Modifier and Type | Method and Description |
|---|---|
static ISessionAbstraction |
HttpSessionAccess.getCurrentDialogSession()
The dialog session is the session that is associated with a dialog ("browser
tab instance") on client side.
|
static ISessionAbstraction |
HttpSessionAccess.getCurrentDialogSession(HttpSession session)
The dialog session is the session that is associated with a dialog ("browser
tab instance") on client side.
|
static ISessionAbstraction |
HttpSessionAccess.getCurrentDialogSession(HttpSession session,
java.lang.String subpageId) |
| Modifier and Type | Method and Description |
|---|---|
static ComponentDump |
HttpSessionAccess.getCurrentComponentDump(ISessionAbstraction httpSession,
java.lang.String subpageId)
Internal use only.
|
Copyright © CaptainCasa Gmbh. All Rights Reserved.