Class SessionManagerConfigurationHelper


  • public class SessionManagerConfigurationHelper
    extends Object
    Author:
    lwhite, Rajiv Mordani
    • Method Detail

      • isSystemApp

        protected boolean isSystemApp​(String appName)
      • initializeConfiguration

        protected void initializeConfiguration()
      • getApplicationId

        public String getApplicationId​(WebModule ctx)
        The application id for this web module
      • getPersistenceFrequency

        protected String getPersistenceFrequency​(SessionManager smBean)
        Get the persistence frequency for this web module (this is the value from sun-web.xml if defined
        Parameters:
        smBean - the session manager config bean
      • getPersistenceScope

        protected String getPersistenceScope​(SessionManager smBean)
        Get the persistence scope for this web module (this is the value from sun-web.xml if defined
        Parameters:
        smBean - the session manager config bean
      • checkInitialization

        protected void checkInitialization()
      • getPersistenceFrequency

        public String getPersistenceFrequency()
      • getPersistenceScope

        public String getPersistenceScope()