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 SessionInfo
UsageWithoutSessionContext.getDummySessionInfo()
Internal use only.static SessionInfo
SessionInfo.getSessionInstance()
Get the session info for the current session.static SessionInfo
SessionInfo.getSessionInstance
(javax.servlet.http.HttpSession hs, javax.servlet.http.HttpServletRequest request) static SessionInfo
SessionInfo.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 TypeMethodDescriptionvoid
DefaultSessionDefaultsProvider.initializeSessionInfo
(SessionInfo si) void
ISessionDefaultsProvider.initializeSessionInfo
(SessionInfo si) This method is called after the ssesion information was loaded with defaults coming from sessiondefaults.xml-configuration.static void
UsageWithoutSessionContext.setSessionInfo
(SessionInfo si) Functions may require access to the session info also when being used/tested outside the session context.