| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.component.aspect | |
| com.aspectran.core.context.rule |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.util.List<ExceptionRule> |
AbstractActivity.getExceptionRuleList() |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
BasicActivity.handleException(ExceptionRule exceptionRule) |
|
void |
CoreActivity.handleException(ExceptionRule exceptionRule) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Activity.handleException(java.util.List<ExceptionRule> exceptionRuleList) |
Exception handling.
|
void |
BasicActivity.handleException(java.util.List<ExceptionRule> exceptionRuleList) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<ExceptionRule> |
AspectAdviceRuleRegistry.getExceptionRuleList() |
| Modifier and Type | Method | Description |
|---|---|---|
ExceptionRule |
AspectAdviceRule.getExceptionRule() |
|
ExceptionRule |
AspectRule.getExceptionRule() |
|
ExceptionRule |
TransletRule.getExceptionRule() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AspectRule.setExceptionRule(ExceptionRule exceptionRule) |
|
void |
TransletRule.setExceptionRule(ExceptionRule exceptionRule) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.