| Package | Description |
|---|---|
| com.sptci.echo |
Package of reusable Echo3 application components.
|
| com.sptci.echo.http |
Package of
javax.servlet related classes for use
in Echo2 applications. |
| Modifier and Type | Class and Description |
|---|---|
class |
JDOApplication
An application class that maintains a JDO
PersistenceManager
for the lifecycle of the session. |
| Modifier and Type | Field and Description |
|---|---|
protected Application |
Controller.application
The global application instance for each session.
|
| Modifier and Type | Method and Description |
|---|---|
protected Application |
Listener.getApplication()
Convenience method to return the application instance for the session.
|
Application |
Controller.getApplication()
Returns
Controller.application. |
static Application |
Application.getApplication()
Convenience method to return the active application as a properly typed
object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Controller.setApplication(Application application)
|
| Constructor and Description |
|---|
UpdateManager(Application application)
Create a new instance of the update manager.
|
| Modifier and Type | Method and Description |
|---|---|
protected Application |
ContextListener.getApplication(HttpSession session)
Return the application instance associated with the specified session.
|
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
ContextListener.getApplications(HttpSession session)
Return the application instances associated with the specified session.
|