Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.web.mapping |
Modifier and Type | Field and Description |
---|---|
protected ThrowableSafeData |
ThrowSafeBuilder.throwSafeData |
Modifier and Type | Method and Description |
---|---|
ThrowableSafeData |
StackRequestElementImp.getThrowableSafeData() |
ThrowableSafeData |
StackRequestElement.getThrowableSafeData() |
Modifier and Type | Method and Description |
---|---|
void |
StackRequestElementImp.setThrowableSafeData(ThrowableSafeData throwableSafeData) |
void |
StackRequestElement.setThrowableSafeData(ThrowableSafeData throwableSafeData) |
Constructor and Description |
---|
ThrowSafeBuilder(ThrowableSafeData throwSafe,
Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ConfigurableApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
ThrowableSafeData |
Controller.getThrowsSafe(Class<?> thr) |
ThrowableSafeData |
Action.getThrowsSafe(Class<?> thr) |
ThrowableSafeData |
Action.getThrowsSafeOnAction(Class<?> thr) |
Modifier and Type | Method and Description |
---|---|
Map<Class<?>,ThrowableSafeData> |
Controller.getThrowsSafe() |
Map<Class<?>,ThrowableSafeData> |
Action.getThrowsSafe() |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setThrowsSafe(ThrowableSafeData thr) |
void |
Action.setThrowsSafe(ThrowableSafeData thr) |
Modifier and Type | Method and Description |
---|---|
void |
Controller.setThrowsSafe(Map<Class<?>,ThrowableSafeData> throwsSafe) |
void |
Action.setThrowsSafe(Map<Class<?>,ThrowableSafeData> throwsSafe) |
Constructor and Description |
---|
WebThrowSafeBuilder(ThrowableSafeData throwSafe,
Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ConfigurableApplicationContext applicationContext) |
Modifier and Type | Class and Description |
---|---|
class |
WebThrowableSafeData |
Copyright © 2018 Brandao. All rights reserved.