Weaver 3.1.0a1-D1

Uses of Interface
com.oldlight.weaver.context.WeaverSessionContext

Packages that use WeaverSessionContext
com.oldlight.weaver.context The context package is the API that you use in your W-Beans to interact with Weaver. 
com.oldlight.weaver.interpreter   
 

Uses of WeaverSessionContext in com.oldlight.weaver.context
 

Methods in com.oldlight.weaver.context that return WeaverSessionContext
 WeaverSessionContext WeaverExecutionContext.getSessionContext()
          Gets the session context.
 

Uses of WeaverSessionContext in com.oldlight.weaver.interpreter
 

Classes in com.oldlight.weaver.interpreter that implement WeaverSessionContext
 class WeaverSessionContextImpl
          Representation of a browser session.
 

Methods in com.oldlight.weaver.interpreter that return WeaverSessionContext
static WeaverSessionContext WeaverInterpreterHelper.initialiseSession(HttpSession httpSession)
           
 WeaverSessionContext WeaverExecutionContextImpl.getSessionContext()
          Get the session context.
 


Copyright ©Paul Harvey