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.motechproject.mobile.web.ivr.intellivr.IntellIVRController.java

    /**
 * MOTECH PLATFORM OPENSOURCE LICENSE AGREEMENT
 *
 * Copyright (c) 2010-11 The Trustees of Columbia University in the City of
 * New York and Grameen Foundation USA.  All rights reserved.

From source file com.baomidou.hibernateplus.HibernateSpringSessionFactoryBean.java

/**
 * {@link FactoryBean} that creates a Hibernate {@link SessionFactory}. This is
 * the usual way to set up a shared Hibernate SessionFactory in a Spring
 * application context; the SessionFactory can then be passed to Hibernate-based
 * data access objects via dependency injection.
 * <p>

From source file org.parancoe.web.util.ReloadableResourceBundleMessageSource.java

/**
 * {@link org.springframework.context.MessageSource} implementation that accesses resource bundles
 * using specified basenames. This class uses
 * {@link java.util.Properties} instances as its custom data structure for messages, 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 edu.monash.merc.system.scheduling.impl.RifcsProcessor.java

/**
 * RifcsProcessor class implements the TPBProcessor interface, processing the RIFCS public registration
 *
 * @author Simon Yu
 *         <p/>
 *         Email: xiaoming.yu@monash.edu

From source file com.github.maoo.indexer.webscripts.NodeDetailsWebScript.java

/**
 * Given a nodeRef, renders out all data about a node (except binary content): -
 * Node metadata - Node ACLs
 *
 * Please check
 * src/main/amp/config/alfresco/extension/templates/webscripts/com/github/maoo/

From source file org.grails.orm.hibernate.ConfigurableLocalSessionFactoryBean.java

    /*
 * Copyright 2004-2005 the original author or authors.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.

From source file it.txt.access.capability.demo.soap.server.service.impl.CapabilityServiceHelper.java

/**
 *
 * @author Cristoforo Seccia (TXT e-solutions SpA)
 */
public class CapabilityServiceHelper implements ResourceLoaderAware {

From source file org.iff.infra.util.spring.script.ScriptFactoryPostProcessor.java

/**
 * {@link org.springframework.beans.factory.config.BeanPostProcessor} that
 * handles {@link org.springframework.scripting.ScriptFactory} definitions,
 * replacing each factory with the actual scripted Java object generated by it.
 *
 * <p>This is similar to the

From source file mvctest.web.TestController.java

@Controller
public class TestController implements ResourceLoaderAware {

    private ResourceLoader resourceLoader;

    public void setResourceLoader(ResourceLoader resourceLoader) {

From source file demo.tomcat.SciTomcatEmbeddedServletContainerFactory.java

/**
 * {@link EmbeddedServletContainerFactory} that can be used to create
 * {@link TomcatEmbeddedServletContainer}s. Can be initialized using Spring's
 * {@link ServletContextInitializer}s or Tomcat {@link LifecycleListener}s.
 * <p>
 * Unless explicitly configured otherwise this factory will created containers that