| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.activity.process.result | |
| com.aspectran.core.activity.response.transform.apon | |
| com.aspectran.core.activity.response.transform.xml |
| Modifier and Type | Method | Description |
|---|---|---|
ProcessResult |
Activity.getProcessResult() |
Returns the process result.
|
ProcessResult |
CoreActivity.getProcessResult() |
|
ProcessResult |
CoreTranslet.getProcessResult() |
|
ProcessResult |
DefaultActivity.getProcessResult() |
|
ProcessResult |
Translet.getProcessResult() |
Returns the process result.
|
ProcessResult |
CoreTranslet.touchProcessResult() |
|
ProcessResult |
CoreTranslet.touchProcessResult(java.lang.String contentsName) |
|
ProcessResult |
CoreTranslet.touchProcessResult(java.lang.String contentsName,
int initialCapacity) |
|
ProcessResult |
Translet.touchProcessResult() |
Returns the ProcessResult.
|
ProcessResult |
Translet.touchProcessResult(java.lang.String contentsName) |
Returns the process result with the contents name.
|
ProcessResult |
Translet.touchProcessResult(java.lang.String contentsName,
int initialCapacity) |
Returns the process result with the contents name.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CoreTranslet.setProcessResult(ProcessResult processResult) |
|
void |
Translet.setProcessResult(ProcessResult processResult) |
Sets the process result.
|
| Modifier and Type | Method | Description |
|---|---|---|
ProcessResult |
ContentResult.getParent() |
| Constructor | Description |
|---|---|
ContentResult(ProcessResult parent,
int initialCapacity) |
| Modifier and Type | Method | Description |
|---|---|---|
static Parameters |
ContentsAponAssembler.assemble(ProcessResult processResult) |
| Modifier and Type | Method | Description |
|---|---|---|
ProcessResult |
ContentsInputSource.getProcessResult() |
Returns a
ProcessResult object. |
| Constructor | Description |
|---|---|
ContentsInputSource(ProcessResult processResult) |
Instantiates a new ContentsInputSource.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.