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.jasig.springframework.security.portlet.authentication.PortletXmlMappableAttributesRetriever.java

/**
 * This <tt>MappableAttributesRetriever</tt> implementation reads the list of defined Portlet
 * roles from a <tt>portlet.xml</tt> file and returns these from {{@link #getMappableAttributes()}.
 * <p>If configured in a portlet application level context then all security-role-refs from all
 * portlets are merged into a single list. If configured in a portlet level context then only
 * the security-role-refs from that portlet are used in the list.

From source file egovframework.rte.fdl.property.impl.EgovPropertyServiceImpl.java

/**
 * Property ?  ?
 * <p>
 * <b>NOTE</b>: ?   ?? ?  /?? 
 * ??  .
 * @author   

From source file com.wantscart.jade.core.JadeDaoComponentProvider.java

/**
 * 
 * 
 * @author Mark Fisher
 * @author Juergen Hoeller
 * @author Ramnivas Laddad

From source file com.laxser.blitz.lama.core.LamaDaoComponentProvider.java

/**
 * 
 * 
 * @author Mark Fisher
 * @author Juergen Hoeller
 * @author Ramnivas Laddad

From source file org.motechproject.mobile.web.ivr.intellivr.IVRStatsController.java

/**
 * 
 * @author fcbrooks
 *
 * Controller for provide basic operational reporting about the IVR gateway
 * 

From source file org.codehaus.groovy.grails.scaffolding.AbstractGrailsTemplateGenerator.java

public abstract class AbstractGrailsTemplateGenerator
        implements GrailsTemplateGenerator, ResourceLoaderAware, PluginManagerAware {

    protected static final Log log = LogFactory.getLog(AbstractGrailsTemplateGenerator.class);

    protected String basedir = ".";

From source file com.github.mjeanroy.springmvc.view.mustache.configuration.MustacheTemplateLoaderFactoryBean.java

/**
 * Factory bean for {@link com.github.mjeanroy.springmvc.view.mustache.MustacheTemplateLoader} instance.
 */
public class MustacheTemplateLoaderFactoryBean extends AbstractFactoryBean<MustacheTemplateLoader>
        implements FactoryBean<MustacheTemplateLoader>, ApplicationContextAware, ResourceLoaderAware {

From source file org.opennms.features.vaadin.pmatrix.calculator.PmatrixDpdCalculatorRepository.java

/**
 * PmatrixDpdCalculatorRepository is used to persist a dataPointMap of historic calculations
 */
@XmlRootElement
@XmlAccessorType(XmlAccessType.NONE)
@XmlType(name = "PmatrixDpdCalculatorRepository", propOrder = { "datePersisted", "dataPointMap" })

From source file at.gv.egiz.bku.spring.PKIProfileFactoryBean.java

public class PKIProfileFactoryBean implements FactoryBean, ResourceLoaderAware {

    protected static final Logger log = LoggerFactory.getLogger(PKIProfileFactoryBean.class);

    /**
     * The configuration facade.

From source file org.sakaiproject.metaobj.shared.mgt.home.XmlElementHome.java

import org.sakaiproject.content.api.ContentResource;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.context.ResourceLoaderAware;
import org.springframework.core.io.ResourceLoader;

/**