Weaver 3.1.0a1-D1

Package com.oldlight.weaver.context

The context package is the API that you use in your W-Beans to interact with Weaver.

See:
          Description

Interface Summary
WeaverApplicationContext The WeaverApplicationContext interface manages application scoped (context wide) values.
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.
 

Class Summary
WeaverAttributeScope Constant values used to refer to attribute scopes.
 

Package com.oldlight.weaver.context Description

The context package is the API that you use in your W-Beans to interact with Weaver.


Copyright ©Paul Harvey