Example usage for org.springframework.context ResourceLoaderAware interface-usage

List of usage examples for org.springframework.context ResourceLoaderAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context ResourceLoaderAware interface-usage.

Usage

From source file org.springframework.cloud.config.server.resource.GenericResourceRepository.java

/**
 * An {@link ResourceRepository} backed by a {@link SearchPathLocator}.
 *
 * @author Dave Syer
 */
public class GenericResourceRepository implements ResourceRepository, ResourceLoaderAware {

From source file org.springframework.cloud.config.server.support.AbstractScmAccessor.java

/**
 * Base class for components that want to access a source control management system.
 *
 * @author Dave Syer
 *
 */

From source file org.springframework.cloud.gcp.storage.GoogleStorageProtocolResolver.java

/**
 * A {@link ProtocolResolver} implementation for the {@code gs://} protocol.
 *
 * @author Vinicius Carvalho
 * @author Artem Bilan
 * @author Mike Eltsufin

From source file org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider.java

/**
 * A component provider that provides candidate components from a base package. Can
 * use {@link CandidateComponentsIndex the index} if it is available of scans the
 * classpath otherwise. Candidate components are identified by applying exclude and
 * include filters. {@link AnnotationTypeFilter}, {@link AssignableTypeFilter} include
 * filters on an annotation/superclass that are annotated with {@link Indexed} are

From source file org.springframework.context.annotation.ConfigurationClassPostProcessor.java

/**
 * {@link BeanFactoryPostProcessor} used for bootstrapping processing of
 * {@link Configuration @Configuration} classes.
 *
 * <p>Registered by default when using {@code <context:annotation-config/>} or
 * {@code <context:component-scan/>}. Otherwise, may be declared manually as

From source file org.springframework.data.hadoop.admin.service.BaseFileService.java

/**
 * 
 * @author Dave Syer
 * @author Jarred Li
 * 
 */

From source file org.springframework.flex.config.FlexConfigurationManager.java

/**
 * Implementation of {@link ConfigurationManager} that uses Spring's {@link ResourceLoader} abstraction for resolving
 * BlazeDS xml configuration files.
 * 
 * @author Jeremy Grelle
 */

From source file org.springframework.flex.core.MessageBrokerFactoryBean.java

/**
 * {@link FactoryBean} that creates a local {@link MessageBroker} instance within a Spring web application context. The
 * resulting Spring-managed MessageBroker can be used to export Spring beans for direct remoting from a Flex client.
 * 
 * <p>
 * By default, this FactoryBean will look for a BlazeDS config file at /WEB-INF/flex/services-config.xml. This location

From source file org.springframework.integration.expression.ReloadableResourceBundleExpressionSource.java

/**
 * {@link ExpressionSource} implementation that accesses resource bundles using specified basenames.
 * This class uses {@link java.util.Properties} instances as its custom data structure for expressions,
 * loading them via a {@link org.springframework.util.PropertiesPersister} strategy: The default
 * strategy is capable of loading properties files with a specific character encoding, if desired.
 * 

From source file org.springframework.orm.jpa.persistenceunit.DefaultPersistenceUnitManager.java

/**
 * Default implementation of the {@link PersistenceUnitManager} interface.
 * Used as internal default by
 * {@link org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean}.
 *
 * <p>Supports standard JPA scanning for {@code persistence.xml} files,