Package org.eclnt.jsfserver.session


package org.eclnt.jsfserver.session
  • Class
    Description
    Default implementation with "empty" default behavior.
    API to set SessionInfo of a session - in addition to the configuration of sessiondefaults.xml.
    Components may request to obtain the focus at client side.
    Inside the normal dialog session management all information that is internally required by CaptainCasa Enterprise Client is kept in one instance of this class SessionInfo.
    In case of e.g. testing server side functions you want the CaptainCasa Server side framework to behave "tolerant" when it comes to accessing information that normally resides within the session environment of the server side processing.
    Example: the Statusbar processing depends on the availablilty of a central status bar instance within the current session.

    By using method UsageWithoutSessionContext.initUsageWithoutSessionContext() you can switch on this "tolerance".

    Please pay attention: you NEVER should use this function within a normal server environment, because it hides certain error messages, that by default indicate problems you should be aware of!