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.codehaus.groovy.grails.plugins.DefaultPluginMetaManager.java

/**
 * <p>Implements the PluginMetaManager interface by parsing a set of plugin.xml files from the given
 * set of resources
 *
 * @author Graeme Rocher
 * @author Chanwit Kaewkasi 

From source file org.craftercms.engine.service.context.FolderScanningSiteListResolver.java

/**
 * Default implementation of {@link SiteListResolver}. Basically, parses the site root folder path to separate
 * the folder where all the sites reside and the site folder format. Then, iterates through the children of the
 * folder looking for site folders that match the format, extracting the site names from the folder name. To better
 * illustrate, here's an example:
 * <p/>

From source file org.easyrec.utils.spring.store.service.sqlscript.impl.SqlScriptServiceImpl.java

/**
 * <p>
 * Ipmlementation of the SqlScriptService interface. It has to be configured with
 * a valid <code>DataSource</code> and makes use of {@link SqlFileParser}.
 * </p>
 * <p/>

From source file org.eclipse.gemini.blueprint.bundle.BundleFactoryBean.java

/**
 * {@link Bundle} installer.
 * 
 * <p/> This {@link FactoryBean} allows customers to use Spring to drive bundle management. Bundles states can be
 * modified using the <code>action</code> (defaults to <em>start</em>) and <code>destroyAction</code> (not set by
 * default) parameters.

From source file org.globus.workspace.groupauthz.GroupAuthz.java

public class GroupAuthz implements CreationAuthorizationCallout, PostTaskAuthorization, ResourceLoaderAware {

    public boolean isEnabled() {
        return true;
    }

From source file org.grails.gsp.GroovyPagesTemplateEngine.java

/**
 * Based on (but not extending) the existing TemplateEngine implementations
 * within Groovy. It allows GSP pages to be re-used in different context using code like the below:
 *
 * <code>
 *      Template t = new GroovyPagesTemplateEngine()

From source file org.grails.gsp.io.DefaultGroovyPageLocator.java

/**
 * Used to locate GSPs whether in development or WAR deployed mode from static
 * resources, custom resource loaders and binary plugins.
 *
 * @author Graeme Rocher
 * @since 2.0

From source file org.jasig.portal.io.xml.JaxbPortalDataHandlerService.java

/**
 * Pulls together {@link IPortalDataType}, {@link IDataUpgrader}, and {@link IDataImporter}
 * implementations to handle data upgrade, import, export and removal operations.
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.jasig.portal.portlets.portletadmin.xmlsupport.XmlChannelPublishingDefinitionDao.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
@Service("channelPublishingDefinitionDao")
public class XmlChannelPublishingDefinitionDao

From source file org.jasig.portal.rendering.xslt.XSLTComponent.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
public class XSLTComponent extends StAXPipelineComponentWrapper implements BeanNameAware, ResourceLoaderAware {
    protected final Logger logger = LoggerFactory.getLogger(this.getClass());