Weaver 3.1.0a1-D1

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

Packages that use WeaverResponseContext
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 WeaverResponseContext in com.oldlight.weaver.context
 

Methods in com.oldlight.weaver.context that return WeaverResponseContext
 WeaverResponseContext WeaverExecutionContext.getResponseContext()
          Gets the current response context.
 

Uses of WeaverResponseContext in com.oldlight.weaver.interpreter
 

Classes in com.oldlight.weaver.interpreter that implement WeaverResponseContext
 class WeaverResponseContextImpl
          Representation of a response to a request.
 

Methods in com.oldlight.weaver.interpreter that return WeaverResponseContext
 WeaverResponseContext WeaverExecutionContextImpl.getResponseContext()
          Get the current response context.
 


Copyright ©Paul Harvey