Home | Trees | Indices | Help |
|
---|
|
object --+ | IApplicationContext
IApplicationContext
provides information about the
running context of the application. Each context is shared by all
applications that are open for one user. In a web-environment this
corresponds to a HttpSession.
Version: 1.1.2
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
Returns application context base directory. Typically an application is deployed in a such way that is has an application directory. For web applications this directory is the root directory of the web applications. In some cases applications might not have an application directory.
|
Returns a collection of all the applications in this context. Each application context contains all active applications for one user.
|
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.
See Also: ITransactionListener |
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.
Deprecated: this method is intended for terminal implementation only and is subject to change/removal from the interface (to AbstractCommunicationManager) |
Tests if a URL is for an application resource (APP/...). Deprecated: this method is intended for terminal implementation only and is subject to change/removal from the interface (to AbstractCommunicationManager) |
Gets the identifier (key) from an application resource URL. This key is the one that was given to generateApplicationResourceURL when creating the URL. Deprecated: this method is intended for terminal implementation only and is subject to change/removal from the interface (to AbstractCommunicationManager) |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 31 14:06:36 2013 | http://epydoc.sourceforge.net |