Uses of Interface
railo.runtime.type.scope.Session

Packages that use Session
railo.runtime   
railo.runtime.type.scope   
railo.runtime.type.scope.session   
 

Uses of Session in railo.runtime
 

Methods in railo.runtime that return Session
 Session PageContextImpl.sessionScope()
           
abstract  Session PageContext.sessionScope()
           
 Session PageContextImpl.sessionScope(boolean checkExpires)
           
 

Uses of Session in railo.runtime.type.scope
 

Classes in railo.runtime.type.scope that implement Session
 class JSession
           
 

Methods in railo.runtime.type.scope that return Session
 Session ScopeContext.getSessionScope(PageContext pc, RefBoolean isNew)
          return the session Scope for this context (cfid,cftoken,contextname)
 

Uses of Session in railo.runtime.type.scope.session
 

Classes in railo.runtime.type.scope.session that implement Session
 class SessionCache
           
 class SessionCookie
           
 class SessionDatasource
           
 class SessionFile
           
 class SessionMemory
           
 

Methods in railo.runtime.type.scope.session that return Session
static Session SessionMemory.getInstance(PageContext pc, RefBoolean isNew, Log log)
          load a new instance of the class
static Session SessionFile.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Session SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Session SessionCookie.getInstance(String name, PageContext pc, Log log)
          load new instance of the class
static Session SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log, Session defaultValue)
           
static Session SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log)
          load an new instance of the client datasource scope
static Session SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log, Session defaultValue)
           
 

Methods in railo.runtime.type.scope.session with parameters of type Session
static Session SessionDatasource.getInstance(String datasourceName, PageContext pc, Log log, Session defaultValue)
           
static Session SessionCache.getInstance(String cacheName, String appName, PageContext pc, Log log, Session defaultValue)
           
 



Copyright © 2012 Railo