Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
org.brandao.brutos.annotation.configuration |
Contém os recursos necessários para o processamento da configuração da aplicação.
|
org.brandao.brutos.annotation.configuration.web | |
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.xml |
Contém os recursos que dão suporte à configuração XML.
|
Modifier and Type | Field and Description |
---|---|
protected ControllerBuilder |
ThrowSafeBuilder.controllerBuilder |
protected ControllerBuilder |
ActionBuilder.controllerBuilder |
protected ControllerBuilder |
ControllerManagerImp.current |
Modifier and Type | Method and Description |
---|---|
protected ControllerBuilder |
ControllerBuilder.addAlias(ControllerID id) |
ControllerBuilder |
ControllerBuilder.addAlias(String id) |
ControllerBuilder |
ControllerManagerImp.addController(Class<?> classtype) |
ControllerBuilder |
ControllerManager.addController(Class<?> classtype) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
Class<?> classType) |
ControllerBuilder |
ControllerManager.addController(String id,
Class<?> classType) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerManagerImp.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerManager.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerBuilder.addRequestType(DataType value) |
ControllerBuilder |
ControllerBuilder.addResponseType(DataType value) |
ControllerBuilder |
ThrowSafeBuilder.getControllerBuilder() |
ControllerBuilder |
PropertyBuilder.getControllerBuilder() |
ControllerBuilder |
ParametersBuilder.getControllerBuilder() |
ControllerBuilder |
BeanBuilder.getControllerBuilder() |
ControllerBuilder |
ActionBuilder.getControllerBuilder() |
ControllerBuilder |
ControllerManagerImp.getCurrent() |
ControllerBuilder |
ControllerManager.getCurrent() |
ControllerBuilder |
ControllerRegistry.registerController(Class<?> classtype) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(Class<?> classtype) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
Class<?> classType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
Class<?> classType) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
ControllerRegistry.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
ComponentRegistryAdapter.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
protected ControllerBuilder |
ControllerBuilder.removeAlias(ControllerID id) |
ControllerBuilder |
ControllerBuilder.removeAlias(String id) |
ControllerBuilder |
ControllerBuilder.removeRequestType(DataType value) |
ControllerBuilder |
ControllerBuilder.removeResponseType(DataType value) |
ControllerBuilder |
ControllerBuilder.setActionId(String value) |
ControllerBuilder |
ControllerBuilder.setActionType(ActionType actionType) |
ControllerBuilder |
ControllerBuilder.setDefaultAction(String id) |
ControllerBuilder |
ControllerBuilder.setDispatcherType(DispatcherType value) |
ControllerBuilder |
ControllerBuilder.setDispatcherType(String value) |
ControllerBuilder |
ControllerBuilder.setName(String value) |
ControllerBuilder |
ControllerBuilder.setView(String view,
boolean resolvedView) |
Modifier and Type | Method and Description |
---|---|
String |
ViewResolver.getView(ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
Class<?> exceptionType,
String view) |
String |
AbstractViewResolver.getView(ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
Class<?> exception,
String view) |
Modifier and Type | Method and Description |
---|---|
protected ControllerBuilder |
ControllerAnnotationConfig.addAlias(ControllerBuilder builder,
String id) |
protected ControllerBuilder |
ControllerAnnotationConfig.registerController(ComponentRegistry componentRegistry,
String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
Modifier and Type | Method and Description |
---|---|
protected void |
ControllerAnnotationConfig.addActions(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
ControllerAnnotationConfig.addActions(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz,
List<ActionEntry> actionList) |
protected ControllerBuilder |
ControllerAnnotationConfig.addAlias(ControllerBuilder builder,
String id) |
protected void |
ControllerAnnotationConfig.addProperties(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected PropertyBuilder |
PropertyAnnotationConfig.addProperty(ControllerBuilder controllerBuilder,
BeanPropertyAnnotation property,
String propertyName,
String name,
ScopeType scope,
EnumerationType enumProperty,
String temporalProperty,
Type type,
ComponentRegistry componentRegistry)
Deprecated.
|
protected void |
ThrowSafeAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry throwSafe) |
protected void |
ThrowSafeListAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ThrowSafe throwSafe)
Deprecated.
|
protected void |
ThrowSafeListAnnotationConfig.addThrowSafeList(ControllerBuilder controllerBuilder,
Class clazz)
Deprecated.
|
protected void |
BeanAnnotationConfig.createBean(ControllerBuilder builder,
BeanEntryProperty source,
ComponentRegistry componentRegistry) |
protected BeanBuilder |
BeanAnnotationConfig.createBean(ControllerBuilder controllerBuilder,
Class<?> type) |
protected void |
BeanAnnotationConfig.createBean(ControllerBuilder builder,
ImportBeanEntry source,
ComponentRegistry componentRegistry) |
protected String |
ControllerAnnotationConfig.createControllerView(ControllerBuilder controller,
ComponentRegistry componentRegistry,
String view) |
protected void |
ControllerAnnotationConfig.importBeans(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
Class<?> clazz) |
protected void |
ControllerAnnotationConfig.throwsSafe(ControllerBuilder builder,
Class<?> clazz,
ComponentRegistry componentRegistry) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebThrowSafeAnnotationConfig.addThrowSafe(ControllerBuilder controllerBuilder,
ComponentRegistry componentRegistry,
ThrowableEntry source) |
protected void |
WebControllerAnnotationConfig.throwsSafe(ControllerBuilder builder,
Class<?> clazz,
ComponentRegistry componentRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
WebControllerBuilder |
Modifier and Type | Method and Description |
---|---|
ControllerBuilder |
WebControllerBuilder.addAlias(String id) |
ControllerBuilder |
WebControllerBuilder.addAlias(String id,
RequestMethodType requestMethodType) |
ControllerBuilder |
WebControllerManager.addController(String id,
RequestMethodType requestMethodType,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebControllerManager.addController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
WebControllerManager.addController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebControllerBuilder.addRequestType(DataType value) |
ControllerBuilder |
WebControllerBuilder.addResponseType(DataType value) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(Class<?> classtype) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(Class<?> classtype) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
Class<?> classType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
Class<?> classType) |
ControllerBuilder |
WebControllerRegistry.registerController(String id,
RequestMethodType requestType,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
RequestMethodType requestType,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
boolean resolvedView,
Class<?> classType) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
boolean resolvedView,
DispatcherType dispatcherType,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
boolean resolvedView,
String name,
Class<?> classType,
String actionId) |
ControllerBuilder |
WebApplicationContextWrapper.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
AbstractWebApplicationContext.registerController(String id,
String view,
DispatcherType dispatcherType,
boolean resolvedView,
String name,
Class<?> classType,
String actionId,
ActionType actionType) |
ControllerBuilder |
WebControllerBuilder.removeAlias(String id) |
ControllerBuilder |
WebControllerBuilder.removeAlias(String id,
RequestMethodType requestMethodType) |
ControllerBuilder |
WebControllerBuilder.removeRequestType(DataType value) |
ControllerBuilder |
WebControllerBuilder.removeResponseType(DataType value) |
ControllerBuilder |
WebControllerBuilder.setDefaultAction(String id) |
ControllerBuilder |
WebControllerBuilder.setDefaultAction(String id,
RequestMethodType requestMethodType) |
ControllerBuilder |
WebControllerBuilder.setResponseStatus(int value) |
ControllerBuilder |
WebControllerBuilder.setView(String value,
boolean resolvedView) |
Modifier and Type | Method and Description |
---|---|
protected void |
WebXMLComponentDefinitionReader.addAction(Element actionNode,
ControllerBuilder controllerBuilder) |
protected void |
WebXMLComponentDefinitionReader.addThrowSafe(Element throwSafeNode,
ControllerBuilder builder) |
Constructor and Description |
---|
WebActionBuilder(Action methodForm,
Controller controller,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ConfigurableApplicationContext applicationContext) |
WebControllerBuilder(ControllerBuilder builder,
ControllerManager.InternalUpdate internalUpdate) |
WebThrowSafeBuilder(ThrowableSafeData throwSafe,
Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ConfigurableApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLComponentDefinitionReader.addAction(Element actionNode,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.addActions(NodeList actionList,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.addBean(Element beanNode,
ControllerBuilder controllerBuilder,
String propertyName) |
protected void |
XMLComponentDefinitionReader.addBeans(NodeList beanList,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.addInterceptorController(NodeList interceptorList,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.addProperties(NodeList properrties,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.addThrowSafe(Element throwSafeNode,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.addThrowSafe(NodeList throwSafeNodeList,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.buildPropertyController(Element propNode,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.loadAliasController(NodeList aliasNode,
ControllerBuilder controllerBuilder) |
protected void |
XMLComponentDefinitionReader.loadControllerDependencies(Element controller,
ControllerBuilder controllerBuilder) |
Copyright © 2018 Brandao. All rights reserved.