Uses of Class
org.eclnt.jsfserver.session.SessionInfo
Packages that use SessionInfo
-
Uses of SessionInfo in org.eclnt.jsfserver.session
Methods in org.eclnt.jsfserver.session that return SessionInfoModifier and TypeMethodDescriptionstatic SessionInfoUsageWithoutSessionContext.getDummySessionInfo()Internal use only.static SessionInfoSessionInfo.getSessionInstance()Get the session info for the current session.static SessionInfoSessionInfo.getSessionInstance(jakarta.servlet.http.HttpSession hs, jakarta.servlet.http.HttpServletRequest request) static SessionInfoSessionInfo.readSessionInfoFromFile(String xmlFileName, String defaultStyle) This method is used within the layout editor environment only.Methods in org.eclnt.jsfserver.session with parameters of type SessionInfoModifier and TypeMethodDescriptionvoidDefaultSessionDefaultsProvider.initializeSessionInfo(SessionInfo si) voidISessionDefaultsProvider.initializeSessionInfo(SessionInfo si) This method is called after the ssesion information was loaded with defaults coming from sessiondefaults.xml-configuration.static voidUsageWithoutSessionContext.setSessionInfo(SessionInfo si) Functions may require access to the session info also when being used/tested outside the session context.