Uses of Interface
org.eclnt.jsfserver.util.ISessionAbstraction
Packages that use ISessionAbstraction
Package
Description
-
Uses of ISessionAbstraction in org.eclnt.jsfserver.defaultscreens
Methods in org.eclnt.jsfserver.defaultscreens with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic DefaultScreens.SessionAccess
DefaultScreens.getSessionAccess
(ISessionAbstraction session) static void
ShowServerError.passClientError
(ISessionAbstraction dialogSession, String clientErrorClass, String clientErrorText) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.elements.phases
Methods in org.eclnt.jsfserver.elements.phases with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionprotected void
PostResponseProcessing.addPostResponseProcessing
(PostResponseProcessing.IProcessPostResponseTrigger trigger, ISessionAbstraction dialogSession, int latency) static void
PhaseManager.runAfterInvokePhase
(ISessionAbstraction hs, Runnable run) static void
PhaseManager.runAfterRenderResponsePhase
(ISessionAbstraction hs, Runnable run) static void
PhaseManager.runAfterUpdatePhase
(ISessionAbstraction hs, Runnable run) static void
PhaseManager.runBeforeInvokePhase
(ISessionAbstraction hs, Runnable run) static void
PhaseManager.runBeforeRenderResponsePhase
(ISessionAbstraction hs, Runnable run) static void
PhaseManager.runBeforeUpdatePhase
(ISessionAbstraction hs, Runnable run) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.managedbean
Methods in org.eclnt.jsfserver.managedbean with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic IDispatcher
DefaultDispatcher.getDialogSessionInstance
(ISessionAbstraction dialogSession) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.messages
Methods in org.eclnt.jsfserver.messages with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic DialogMessageBus
DialogMessageBus.instance
(javax.servlet.http.HttpSession httpSession, ISessionAbstraction dialogSession, boolean createIfNotExists) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.polling
Methods in org.eclnt.jsfserver.polling with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic void
LongPollingMgr.reprocessUnprocessedWakeups
(ISessionAbstraction session) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.util
Classes in org.eclnt.jsfserver.util that implement ISessionAbstractionModifier and TypeClassDescriptionclass
class
class
Methods in org.eclnt.jsfserver.util that return ISessionAbstractionModifier and TypeMethodDescriptionstatic 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
(javax.servlet.http.HttpSession session) The dialog session is the session that is associated with a dialog ("browser tab instance") on client side.static ISessionAbstraction
HttpSessionAccess.getCurrentDialogSession
(javax.servlet.http.HttpSession session, String subpageId) SubpageContext.getSessionAbstraction()
Methods in org.eclnt.jsfserver.util with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic boolean
HttpSessionAccess.checkIfCurrentHttpSessionWasDestroyedDuringInvokePhase
(ISessionAbstraction session) static ComponentDump
HttpSessionAccess.getCurrentComponentDump
(ISessionAbstraction httpSession, String subpageId) Internal use only.static SubpageContext
SubpageContext.getSubpageContext
(ISessionAbstraction session, String subpageId) ThreadingSynchronization.getSynchObject
(ISessionAbstraction dialogSession) static void
DialogSessionListenerMgmt.notifyDialogSessionClosed
(ISessionAbstraction session) static void
DialogSessionListenerMgmt.notifyDialogSessionCreated
(ISessionAbstraction session) void
IDialogSessionListener.reactOnDialogSessionClosed
(ISessionAbstraction session) void
IDialogSessionListener.reactOnDialogSessionCreated
(ISessionAbstraction session) -
Uses of ISessionAbstraction in org.eclnt.workplace
Methods in org.eclnt.workplace with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic IWorkpageDispatcher
WorkpageDispatcher.getDialogSessionInstance
(ISessionAbstraction dialogSession) Returns the root dispatcher instance within the dialog session that is passed as parameter.