Package | Description |
---|---|
org.brandao.brutos |
Contém os recursos necessários para a configuração de uma aplicação.
|
org.brandao.brutos.io | |
org.brandao.brutos.web |
Contém os recursos necessários para a configuração de um aplicativo web.
|
org.brandao.brutos.web.io | |
org.brandao.brutos.xml |
Contém os recursos que dão suporte à configuração XML.
|
Modifier and Type | Method and Description |
---|---|
protected Resource |
FileSystemXMLApplicationContext.getContextResource(String path) |
protected Resource |
ClassPathXMLApplicationContext.getContextResource(String path) |
protected Resource[] |
InputStreamXMLApplicationContext.getContextResources() |
protected Resource[] |
FileSystemXMLApplicationContext.getContextResources() |
protected Resource[] |
ClassPathXMLApplicationContext.getContextResources() |
protected Resource[] |
ByteArrayXMLApplicationContext.getContextResources() |
protected abstract Resource[] |
AbstractXMLApplicationContext.getContextResources() |
Resource |
ComponentRegistryAdapter.getResource(String path) |
Modifier and Type | Method and Description |
---|---|
void |
DefinitionReader.loadDefinitions(Resource resource) |
void |
DefinitionReader.loadDefinitions(Resource[] resource) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResource |
class |
ByteArrayResource |
class |
ClassPathResource |
class |
FileSystemResource |
class |
InputStreamResource |
class |
UrlResource |
Modifier and Type | Method and Description |
---|---|
protected Resource |
DefaultResourceLoader.getContextResource(String path) |
Resource |
UrlResource.getRelativeResource(String relativePath) |
Resource |
Resource.getRelativeResource(String relativePath) |
Resource |
InputStreamResource.getRelativeResource(String relativePath) |
Resource |
FileSystemResource.getRelativeResource(String relativePath) |
Resource |
ClassPathResource.getRelativeResource(String relativePath) |
Resource |
ByteArrayResource.getRelativeResource(String relativePath) |
Resource |
ResourceLoader.getResource(String path) |
Resource |
DefaultResourceLoader.getResource(String path) |
Modifier and Type | Field and Description |
---|---|
protected Resource[] |
AbstractWebApplicationContext.resources |
Modifier and Type | Method and Description |
---|---|
protected Resource |
ServletContextXMLApplicationContext.getContextResource(String path) |
protected Resource |
AbstractWebApplicationContext.getContextResource(String path) |
protected Resource[] |
ServletContextXMLApplicationContext.getContextResources() |
Resource[] |
WebApplicationContextWrapper.getResources() |
Resource[] |
ConfigurableWebApplicationContext.getResources() |
Resource[] |
AbstractWebApplicationContext.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
WebXMLComponentDefinitionReader.loadDefinitions(Resource resource) |
void |
WebApplicationContextWrapper.setResources(Resource[] resources) |
void |
ConfigurableWebApplicationContext.setResources(Resource[] resources) |
void |
AbstractWebApplicationContext.setResources(Resource[] resources) |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextResource |
Modifier and Type | Method and Description |
---|---|
Resource |
ServletContextResource.getRelativeResource(String relativePath) |
Modifier and Type | Field and Description |
---|---|
protected List<Resource> |
XMLComponentDefinitionReader.blackList |
Modifier and Type | Method and Description |
---|---|
protected void |
XMLComponentDefinitionReader.buildComponents(Element document,
Resource resource) |
protected void |
ContextDefinitionReader.buildComponents(Element document,
Resource resource) |
protected Element |
AbstractXMLDefinitionReader.buildDocument(Resource resource,
String[] schemaLocation) |
void |
XMLComponentDefinitionReader.loadDefinitions(Resource resource) |
void |
ContextDefinitionReader.loadDefinitions(Resource resource) |
abstract void |
AbstractXMLDefinitionReader.loadDefinitions(Resource resource) |
void |
AbstractXMLDefinitionReader.loadDefinitions(Resource[] resource) |
protected void |
XMLComponentDefinitionReader.loadImporters(NodeList list,
Resource resource) |
Copyright © 2018 Brandao. All rights reserved.