Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
org.brandao.brutos.interceptor |
Contém os recursos que permitem interceptar o aplicativo.
|
org.brandao.brutos.javassist | |
org.brandao.brutos.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
org.brandao.brutos.proxy | |
org.brandao.brutos.rmi | |
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 Controller |
ThrowSafeBuilder.controller |
protected Controller |
DefaultResourceAction.controller |
protected Controller |
ControllerBuilder.controller |
protected Controller |
ActionBuilder.controller |
Modifier and Type | Field and Description |
---|---|
protected Map<Class<?>,Controller> |
ControllerManagerImp.classMappedControllers |
protected Map<ControllerID,Controller> |
ControllerManagerImp.mappedControllers |
Modifier and Type | Method and Description |
---|---|
Controller |
StackRequestElementImp.getController() |
Controller |
StackRequestElement.getController() |
Controller |
ResourceAction.getController() |
Controller |
DefaultResourceMethod.getController()
Deprecated.
|
Controller |
DefaultResourceAction.getController() |
Controller |
ControllerManagerImp.getController(Class<?> controllerClass) |
Controller |
ControllerManager.getController(Class<?> controllerClass) |
Controller |
DefaultControllerResolver.getController(ControllerManager controllerManager,
Class controllerClass)
Deprecated.
|
Controller |
DefaultControllerResolver.getController(ControllerManager controllerManager,
ConfigurableInterceptorHandler handler)
Deprecated.
|
Controller |
ControllerManagerImp.getController(String id) |
Controller |
ControllerManager.getController(String id) |
Controller |
ControllerRegistry.getRegisteredController(Class<?> clazz) |
Controller |
ComponentRegistryAdapter.getRegisteredController(Class<?> clazz) |
Controller |
ControllerRegistry.getRegisteredController(String name) |
Controller |
ComponentRegistryAdapter.getRegisteredController(String name) |
Modifier and Type | Method and Description |
---|---|
Iterator<Controller> |
ControllerManagerImp.getAllControllers() |
Iterator<Controller> |
ControllerManager.getAllControllers() |
List<Controller> |
ControllerManagerImp.getControllers() |
List<Controller> |
ControllerManager.getControllers() |
Modifier and Type | Method and Description |
---|---|
protected void |
ControllerManagerImp.addController(ControllerID id,
Controller controller) |
void |
ControllerManagerImp.addControllerAlias(Controller controller,
ControllerID alias) |
void |
ControllerManager.InternalUpdate.addControllerAlias(Controller controller,
ControllerID alias) |
List<ActionID> |
ActionType.getIDs(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action)
Obtém as identificações públicas das ações.
|
Object |
ProxyFactory.getNewProxy(Object resource,
Controller form,
ConfigurableApplicationContext app,
Invoker invoker) |
ResourceAction |
DefaultActionResolver.getResourceAction(Controller controller,
MutableMvcRequest request) |
ResourceAction |
ActionTypeResolver.getResourceAction(Controller controller,
MutableMvcRequest request) |
ResourceAction |
DefaultActionResolver.getResourceAction(Controller controller,
String actionId,
MutableMvcRequest request) |
ResourceAction |
ActionResolver.getResourceAction(Controller controller,
String actionId,
MutableMvcRequest request) |
Object |
Invoker.invoke(Controller controller,
ResourceAction action,
Object[] parameters) |
Object |
Invoker.invoke(Controller controller,
ResourceAction action,
Object resource,
Object[] parameters) |
void |
DefaultActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
ActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
DefaultActionResolver.registry(String controllerID,
Controller controller,
String actionID,
Action action) |
void |
DefaultActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
ActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
DefaultActionResolver.remove(String controllerID,
Controller controller,
String actionID,
Action action) |
protected void |
ControllerManagerImp.removeController(ControllerID id,
Controller controller) |
void |
ControllerManagerImp.removeControllerAlias(Controller controller,
ControllerID alias) |
void |
ControllerManager.InternalUpdate.removeControllerAlias(Controller controller,
ControllerID alias) |
void |
StackRequestElementImp.setController(Controller controller) |
void |
StackRequestElement.setController(Controller controller) |
protected void |
Invoker.updateRequest(Controller controller,
Object resource,
MutableMvcRequest request) |
Modifier and Type | Method and Description |
---|---|
Controller |
InterceptorProcess.getForm() |
Modifier and Type | Method and Description |
---|---|
void |
DataInput.read(Controller controller,
Object object)
Deprecated.
|
void |
InterceptorProcess.setForm(Controller form) |
void |
DataOutput.write(Controller form,
Object object)
Deprecated.
|
void |
DataOutput.writeFields(Controller form,
Object object)
Deprecated.
|
Constructor and Description |
---|
InterceptorProcessConfigurationBuilder(Controller controller) |
Modifier and Type | Method and Description |
---|---|
Object |
JavassistProxyFactory.getNewProxy(Object resource,
Controller form,
ConfigurableApplicationContext context,
Invoker invoker) |
Constructor and Description |
---|
JavassistEntityProxyHandlerImp(Object resource,
Controller form,
ConfigurableApplicationContext context,
Invoker invoker) |
Modifier and Type | Field and Description |
---|---|
protected Controller |
DependencyBean.controller |
protected Controller |
Bean.controller |
Modifier and Type | Method and Description |
---|---|
Controller |
PropertyController.getController() |
Controller |
DependencyBean.getController() |
Controller |
Bean.getController() |
Controller |
Action.getController() |
Modifier and Type | Method and Description |
---|---|
static DependencyBean |
MappingBeanUtil.createConstructorArg(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createDependencyBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createElementBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createKeyBean(String name,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createMetaBeanValue(EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
static DependencyBean |
MappingBeanUtil.createProperty(String name,
String propertyName,
EnumerationType enumProperty,
String temporalProperty,
String mapping,
ScopeType scope,
Object value,
boolean nullable,
boolean generic,
Type typeDef,
Object classType,
Bean mappingBean,
FetchType fetchType,
ValidatorFactory validatorFactory,
Controller controller) |
void |
PropertyController.setController(Controller controller) |
void |
DependencyBean.setController(Controller controller) |
void |
Bean.setController(Controller controller) |
void |
Action.setController(Controller controller) |
Constructor and Description |
---|
Bean(Controller controller) |
Bean(Controller controller,
Bean parent) |
CollectionBean(Controller controller,
Bean parent) |
MapBean(Controller controller,
Bean parent) |
MetaBean(Controller controller) |
Constructor and Description |
---|
ActionEntityProxyHandler(Object resource,
Controller controller,
ConfigurableApplicationContext context,
Invoker invoker) |
Constructor and Description |
---|
JavaScriptParse(Controller controller,
String uri) |
Modifier and Type | Method and Description |
---|---|
Controller |
WebControllerResolver.getController(ControllerManager controllerManager,
Class<?> controllerClass)
Deprecated.
|
Controller |
WebControllerResolver.getController(ControllerManager controllerManager,
ConfigurableInterceptorHandler handler)
Deprecated.
|
Controller |
WebApplicationContextWrapper.getRegisteredController(Class<?> clazz) |
Controller |
AbstractWebApplicationContext.getRegisteredController(Class<?> clazz) |
Controller |
WebApplicationContextWrapper.getRegisteredController(String name) |
Controller |
AbstractWebApplicationContext.getRegisteredController(String name) |
Modifier and Type | Method and Description |
---|---|
ResourceAction |
ParamActionTypeResolver.getResourceAction(Controller controller,
MutableMvcRequest request) |
ResourceAction |
HierarchyActionTypeResolver.getResourceAction(Controller controller,
MutableMvcRequest request) |
ResourceAction |
HeaderActionTypeResolver.getResourceAction(Controller controller,
MutableMvcRequest request) |
ResourceAction |
DetachedActionTypeResolver.getResourceAction(Controller controller,
MutableMvcRequest request) |
ResourceAction |
WebActionResolver.getResourceAction(Controller controller,
RequestMethodType requestMethodType,
String actionId,
MutableMvcRequest request) |
ResourceAction |
WebActionResolver.getResourceAction(Controller controller,
String actionId,
MutableMvcRequest request) |
Object |
WebInvoker.invoke(Controller controller,
ResourceAction action,
Object resource,
Object[] parameters) |
void |
WebActionResolver.registry(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
void |
WebActionResolver.remove(ControllerID controllerID,
Controller controller,
ActionID actionID,
Action action) |
protected void |
WebInvoker.updateRequest(Controller controller,
Object resource,
MutableMvcRequest request) |
Constructor and Description |
---|
WebActionBuilder(Action methodForm,
Controller controller,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ConfigurableApplicationContext applicationContext) |
WebControllerBuilder(Controller controller,
ControllerManager controllerManager,
InterceptorManager interceptorManager,
ValidatorFactory validatorFactory,
ConfigurableApplicationContext applicationContext,
ControllerManager.InternalUpdate internalUpdate) |
WebThrowSafeBuilder(ThrowableSafeData throwSafe,
Controller controller,
Action action,
ValidatorFactory validatorFactory,
ControllerBuilder controllerBuilder,
ActionBuilder actionBuilder,
ConfigurableApplicationContext applicationContext) |
Modifier and Type | Class and Description |
---|---|
class |
WebController |
Modifier and Type | Method and Description |
---|---|
Controller |
RequestMappingEntry.getController() |
Constructor and Description |
---|
RequestMappingEntry(RequestMethodType requestMethodType,
Controller controller,
Action action) |
Copyright © 2018 Brandao. All rights reserved.