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 net.beachchou.spring.ioc.aware.ResourceLoaderAwareBean.java

/**
 *
 * @author beach
 */
public class ResourceLoaderAwareBean implements ResourceLoaderAware {

From source file com.resource.ResourceLoaderInjection2.java

/**
 * Created by xiaotao.wxt on 2014/12/5.
 */
public class ResourceLoaderInjection2 implements ResourceLoaderAware {

    private ResourceLoader resourceLoader;

From source file org.springextensions.db4o.example.ResourceLoaderFactory.java

/**
 * author: olli
 */
public class ResourceLoaderFactory implements ResourceLoaderAware {

    protected ResourceLoader resourceLoader;

From source file com.mitchellbosecke.pebble.spring.PebbleTemplateLoader.java

/**
 * Deprecated. Use the ServletLoader found in the main pebble repository
 * instead.
 * 
 * @author mbosecke
 *

From source file org.obiba.onyx.core.service.impl.DefaultApplicationConfigurationServiceImpl.java

@Transactional
public class DefaultApplicationConfigurationServiceImpl extends PersistenceManagerAwareService
        implements ApplicationConfigurationService, ResourceLoaderAware {
    protected ResourceLoader resourceLoader;

    public void createApplicationConfiguration(ApplicationConfiguration appConfiguration) {

From source file org.springmodules.validation.util.context.ContextAware.java

/**
 * @author Uri Boness
 */
public interface ContextAware extends ApplicationContextAware, BeanFactoryAware, ResourceLoaderAware,
        MessageSourceAware, ServletContextAware, ApplicationEventPublisherAware {

From source file com.github.instaweb.jade.JadeResourceTemplateLoader.java

public class JadeResourceTemplateLoader implements TemplateLoader, ResourceLoaderAware {

    private String prefix = "";

    private String suffix = "";

From source file net.javacrumbs.springws.test.lookup.AbstractResourceLookup.java

/**
 * Loads resources based on expressions and message content. Iterates over
 * expressions, evaluates them and looks for resources with given name. If resource is found, it is returned, if
 * it is not found another expression is applied. If no result is found, <code>null</code> is
 * returned.
 * XPathResourceLookup

From source file net.alpha.velocity.spring.support.VelocityEngineFactoryBean.java

/**
 * Factory bean that configures a VelocityEngine and provides it as bean
 * reference. This bean is intended for any kind of usage of Velocity in
 * application code, e.g. for generating email content. For web views,
 * VelocityConfigurer is used to set up a VelocityEngine for views.
 *

From source file grails.plugin.searchable.internal.compass.config.CompassXmlConfigurationSearchableCompassConfigurator.java

/**
 * A SearchableCompassConfigurator that configures Compass with a native compass.cfg.xml at the
 * root of the classpath, if available
 *
 * @author Maurice Nicholson
 */