Weaver 3.1.0a1-D1

Uses of Package
com.oldlight.weaver.context

Packages that use com.oldlight.weaver.context
com.oldlight.weaver.admin.beans   
com.oldlight.weaver.admin.weaverbeans   
com.oldlight.weaver.clientbinding The clientbinding package contains misc. classes used when writing W-Beans. 
com.oldlight.weaver.context The context package is the API that you use in your W-Beans to interact with Weaver. 
com.oldlight.weaver.functions   
com.oldlight.weaver.interpreter   
com.oldlight.weaver.weaverbeans   
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.admin.beans
WeaverServletContext
          The WeaverServletContext interface manages a servlet.
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.admin.weaverbeans
WeaverExecutionContext
          The WeaverExecutionContext interface collects the various "context" classes that represent the current state of execution of a Weaver application.
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.clientbinding
WeaverExecutionContext
          The WeaverExecutionContext interface collects the various "context" classes that represent the current state of execution of a Weaver application.
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.context
WeaverApplicationContext
          The WeaverApplicationContext interface manages application scoped (context wide) values.
WeaverAttributeScope
          Constant values used to refer to attribute scopes.
WeaverBeanContext
          The WeaverBeanContext interface manages values supplied to W-Beans via the param tag.
WeaverLocalContext
          The WeaverLocalContext interface manages local-scoped values.
WeaverRequestContext
          The WeaverRequestContext interfaces manages a request (that is a HTTP GET or POST).
WeaverResponseContext
          The WeaverResponseContext manages a response to a request.
WeaverSecurityContext
          The WeaverSecurityContext interfaces manages authentication domains.
WeaverServletContext
          The WeaverServletContext interface manages a servlet.
WeaverSessionContext
          The WeaverSessionContext interface manages a browser session.
WeaverUploadedFile
          The WeaverUploadedFile represents a file uploaded by the user's browser.
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.functions
WeaverApplicationContext
          The WeaverApplicationContext interface manages application scoped (context wide) values.
WeaverServletContext
          The WeaverServletContext interface manages a servlet.
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.interpreter
WeaverApplicationContext
          The WeaverApplicationContext interface manages application scoped (context wide) values.
WeaverAttributeScope
          Constant values used to refer to attribute scopes.
WeaverBeanContext
          The WeaverBeanContext interface manages values supplied to W-Beans via the param tag.
WeaverExecutionContext
          The WeaverExecutionContext interface collects the various "context" classes that represent the current state of execution of a Weaver application.
WeaverLocalContext
          The WeaverLocalContext interface manages local-scoped values.
WeaverRequestContext
          The WeaverRequestContext interfaces manages a request (that is a HTTP GET or POST).
WeaverResponseContext
          The WeaverResponseContext manages a response to a request.
WeaverSecurityContext
          The WeaverSecurityContext interfaces manages authentication domains.
WeaverServletContext
          The WeaverServletContext interface manages a servlet.
WeaverSessionContext
          The WeaverSessionContext interface manages a browser session.
WeaverUploadedFile
          The WeaverUploadedFile represents a file uploaded by the user's browser.
 

Classes in com.oldlight.weaver.context used by com.oldlight.weaver.weaverbeans
WeaverExecutionContext
          The WeaverExecutionContext interface collects the various "context" classes that represent the current state of execution of a Weaver application.
 


Copyright ©Paul Harvey