Home | Trees | Indices | Help |
|
---|
|
object --+ | service.application_context.IApplicationContext --+ | AbstractWebApplicationContext
Base class for web application contexts that handles the common tasks.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Adds a transaction listener to this context. The transaction listener is called before and after each each request related to this session except when serving static resources. The transaction listener must not be
|
Removes a transaction listener from this context.
|
Sends a notification that a transaction is starting.
|
Sends a notification that a transaction has ended.
|
See Also:
|
See Also:
|
Get the web browser associated with this application context. Because application context is related to the http session and server maintains one session per browser-instance, each context has exactly one web browser associated with it. |
Returns a collection of all the applications in this context. Each application context contains all active applications for one user.
|
Generate a URL that can be used as the relative location of e.g. an
This method should only be called from the processing of a UIDL request, not from a background thread. The return value is null if used outside a suitable request.
|
Tests if a URL is for an application resource (APP/...).
|
Gets the identifier (key) from an application resource URL. This key is the one that was given to generateApplicationResourceURL when creating the URL.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jun 10 22:40:22 2015 | http://epydoc.sourceforge.net |