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.SessionAccessDefaultScreens.getSessionAccess(ISessionAbstraction session) static voidShowServerError.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 voidPostResponseProcessing.addPostResponseProcessing(PostResponseProcessing.IProcessPostResponseTrigger trigger, ISessionAbstraction dialogSession, int latency) static voidPhaseManager.runAfterInvokePhase(ISessionAbstraction hs, Runnable run) static voidPhaseManager.runAfterRenderResponsePhase(ISessionAbstraction hs, Runnable run) static voidPhaseManager.runAfterUpdatePhase(ISessionAbstraction hs, Runnable run) static voidPhaseManager.runBeforeInvokePhase(ISessionAbstraction hs, Runnable run) static voidPhaseManager.runBeforeRenderResponsePhase(ISessionAbstraction hs, Runnable run) static voidPhaseManager.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 IDispatcherDefaultDispatcher.getDialogSessionInstance(ISessionAbstraction dialogSession) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.messages
Methods in org.eclnt.jsfserver.messages with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic DialogMessageBusDialogMessageBus.instance(jakarta.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 voidLongPollingMgr.reprocessUnprocessedWakeups(ISessionAbstraction session) -
Uses of ISessionAbstraction in org.eclnt.jsfserver.util
Classes in org.eclnt.jsfserver.util that implement ISessionAbstractionModifier and TypeClassDescriptionclassclassclassMethods in org.eclnt.jsfserver.util that return ISessionAbstractionModifier and TypeMethodDescriptionstatic ISessionAbstractionHttpSessionAccess.getCurrentDialogSession()The dialog session is the session that is associated with a dialog ("browser tab instance") on client side.static ISessionAbstractionHttpSessionAccess.getCurrentDialogSession(jakarta.servlet.http.HttpSession session) The dialog session is the session that is associated with a dialog ("browser tab instance") on client side.static ISessionAbstractionHttpSessionAccess.getCurrentDialogSession(jakarta.servlet.http.HttpSession session, String subpageId) SubpageContext.getSessionAbstraction()Methods in org.eclnt.jsfserver.util with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic booleanHttpSessionAccess.checkIfCurrentHttpSessionWasDestroyedDuringInvokePhase(ISessionAbstraction session) static ComponentDumpHttpSessionAccess.getCurrentComponentDump(ISessionAbstraction httpSession, String subpageId) Internal use only.static SubpageContextSubpageContext.getSubpageContext(ISessionAbstraction session, String subpageId) ThreadingSynchronization.getSynchObject(ISessionAbstraction dialogSession) static voidDialogSessionListenerMgmt.notifyDialogSessionClosed(ISessionAbstraction session) static voidDialogSessionListenerMgmt.notifyDialogSessionCreated(ISessionAbstraction session) voidIDialogSessionListener.reactOnDialogSessionClosed(ISessionAbstraction session) voidIDialogSessionListener.reactOnDialogSessionCreated(ISessionAbstraction session) -
Uses of ISessionAbstraction in org.eclnt.workplace
Methods in org.eclnt.workplace with parameters of type ISessionAbstractionModifier and TypeMethodDescriptionstatic IWorkpageDispatcherWorkpageDispatcher.getDialogSessionInstance(ISessionAbstraction dialogSession) Returns the root dispatcher instance within the dialog session that is passed as parameter.