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.mapping |
Contém os recursos que permitem a configuração de um aplicativo.
|
org.brandao.brutos.scope |
Contém os recursos necessários para a configuração de escopos.
|
org.brandao.brutos.test |
Contém os recursos necessários para a geração de testes.
|
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.web.http.view | |
org.brandao.brutos.web.scope |
Contém os recursos necessários para a configuração de escopos em um
aplicativo web.
|
Modifier and Type | Method and Description |
---|---|
Scope |
Scopes.get(ScopeType scopeId) |
Scope |
Scopes.get(String id) |
static Scope |
Scopes.getCurrentScope(ScopeType value) |
Scope |
ScopeRegistry.getRegistredScope(ScopeType scopeType) |
Scope |
ComponentRegistryAdapter.getRegistredScope(ScopeType scopeType) |
Scope |
ScopeRegistry.getRegistredScope(String name) |
Scope |
ComponentRegistryAdapter.getRegistredScope(String name) |
Modifier and Type | Method and Description |
---|---|
Map<String,Scope> |
Scopes.getScopes() |
Modifier and Type | Method and Description |
---|---|
void |
Scopes.register(String id,
Scope scope) |
void |
ScopeRegistry.registerScope(String name,
Scope scope) |
void |
ComponentRegistryAdapter.registerScope(String name,
Scope scope) |
Constructor and Description |
---|
DataInput(Scope requestScope)
Deprecated.
|
DataOutput(Scope scope)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Scope |
UseBeanData.getScope() |
Scope |
MetaBean.getScope() |
Scope |
DependencyBean.getScope() |
Modifier and Type | Class and Description |
---|---|
class |
ControllerScope
Deprecated.
|
class |
IOCScope |
class |
SingletonScope |
class |
ThreadScope |
Modifier and Type | Method and Description |
---|---|
Scope |
CustomScopeConfigurer.getScope(String name) |
Modifier and Type | Class and Description |
---|---|
class |
MockScope |
Modifier and Type | Method and Description |
---|---|
Scope |
WebApplicationContextWrapper.getRegistredScope(ScopeType scopeType) |
Scope |
AbstractWebApplicationContext.getRegistredScope(ScopeType scopeType) |
Scope |
WebApplicationContextWrapper.getRegistredScope(String name) |
Scope |
AbstractWebApplicationContext.getRegistredScope(String name) |
Modifier and Type | Method and Description |
---|---|
void |
WebApplicationContextWrapper.registerScope(String name,
Scope scope) |
void |
AbstractWebApplicationContext.registerScope(String name,
Scope scope) |
Modifier and Type | Method and Description |
---|---|
protected void |
JSPRenderView.show(WebApplicationContext context,
WebStackRequestElement stackRequestElement,
WebThrowableSafeData throwableSafeData,
WebAction action,
WebController controller,
Scope requestScope) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationScope |
class |
FlashScope |
class |
HeaderScope |
class |
OldRequestScope |
class |
ParamScope |
class |
RequestScope |
class |
SessionScope |
Copyright © 2018 Brandao. All rights reserved.