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 at.gv.egiz.bku.spring.SecurityManagerFactoryBean.java

public class SecurityManagerFactoryBean implements ResourceLoaderAware, FactoryBean {

    protected ResourceLoader resourceLoader;

    protected ConfigurationFacade configurationFacade = new ConfigurationFacade();

From source file eu.delving.core.util.StaticKickstarter.java

/**
 * This class puts everything from a directory into the StaticRepo to kickstart it, of course only if said has
 * not yet been done.
 *
 * @author Gerald de Jong <gerald@delving.eu>
 */

From source file org.redisson.spring.cache.RedissonSpringCacheManager.java

/**
 * A {@link org.springframework.cache.CacheManager} implementation
 * backed by Redisson instance.
 *
 * @author Nikita Koksharov
 *

From source file org.obiba.onyx.spring.context.OnyxMessageSourceFactoryBean.java

/**
 * A {@code FactoryBean} that creates a special {@code MessageSource} compatible with Onyx's module structure.
 * <p>
 * A {@code MessageSource} is created by finding all bundles that respect Onyx's naming convention:
 * 
 * <pre>

From source file org.obiba.onyx.core.domain.participant.ParticipantMetadata.java

/**
 * Participant metadata.
 */
public class ParticipantMetadata implements ResourceLoaderAware, InitializingBean, Serializable {

    private static final long serialVersionUID = 1L;

From source file org.sarons.spring4me.web.page.config.xml.XmlPageConfigFactory.java

/**
 * 
 * @author gavin
 * @since 0.4.0
 * @create Feb 12, 2012 - 11:27:37 AM
 */

From source file org.ngrinder.infra.init.DatabaseUpdater.java

/**
 * DB Data Updater. This class is used to update DB automatically when System restarted through log
 * file db.changelog.xml
 *
 * @author Matt
 * @author JunHo Yoon

From source file org.craftercms.core.store.impl.filesystem.FileSystemContentStoreAdapter.java

import org.springframework.beans.factory.annotation.Required;
import org.springframework.context.ResourceLoaderAware;
import org.springframework.core.io.Resource;
import org.springframework.core.io.ResourceLoader;

/**

From source file net.javacrumbs.springws.test.template.FreeMarkerTemplateProcessor.java

/**
 * Processes a freemarker template.
 * @author Lukas Krecan
 *
 */
public class FreeMarkerTemplateProcessor implements TemplateProcessor, InitializingBean, ResourceLoaderAware {

From source file org.sakaiproject.reports.model.ReportXsl.java

public class ReportXsl implements ResourceLoaderAware {

    /** The primary key */
    private Id reportXslId = null;

    /** the link to the report definition */