| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.adapter |
A package for providing basic adapters for integration with a core activity.
|
| Modifier and Type | Method | Description |
|---|---|---|
SessionAdapter |
AbstractActivity.getSessionAdapter() |
|
SessionAdapter |
Activity.getSessionAdapter() |
Gets the session adapter.
|
SessionAdapter |
CoreTranslet.getSessionAdapter() |
|
SessionAdapter |
Translet.getSessionAdapter() |
Gets the session adapter.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
AbstractActivity.setSessionAdapter(SessionAdapter sessionAdapter) |
Sets the session adapter.
|
void |
InstantActivity.setSessionAdapter(SessionAdapter sessionAdapter) |
|
void |
SessionScopeActivity.setSessionAdapter(SessionAdapter sessionAdapter) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSessionAdapter |
The Abstract Class for session object adapter.
|
class |
BasicSessionAdapter |
The Class BasicSessionAdapter.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.