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.pentaho.pat.server.servlet.FileUploadController.java

public class FileUploadController extends AbstractCommandController
        implements ResourceLoaderAware, InitializingBean, ApplicationContextAware {

    private static final String DATA_START = "[SCHEMA_START]"; //$NON-NLS-1$

    private static final String DATA_END = "[/SCHEMA_END]"; //$NON-NLS-1$

From source file org.springmodules.validation.valang.parser.DefaultVisitor.java

/**
 * <p>Allows registration of custom functions. Custom functions can overwrite default functions.
 * <p/>
 * <p>Default functions are:
 * <p/>
 * <ul>

From source file org.unbunt.ella.resource.SpringResourceLoader.java

public class SpringResourceLoader implements SimpleResourceLoader, ResourceLoaderAware {
    protected ResourceLoader resourceLoader;

    public SpringResourceLoader() {
    }

From source file org.spring.guice.annotation.GuiceModuleRegistrar.java

/**
 * @author Dave Syer
 *
 */
public class GuiceModuleRegistrar implements ImportBeanDefinitionRegistrar, ResourceLoaderAware {

From source file com.acc.storefront.web.theme.StorefrontResourceBundleSource.java

/**
 * CustomResourceBundleThemeSource. Supports site and theme specific resource bundles. Uses a
 * ReloadableResourceBundleMessageSource to load the theme file. Delegates to a message source if the theme specific
 * file cannot be found.
 */
public class StorefrontResourceBundleSource implements ThemeSource, ResourceLoaderAware, MessageSource {

From source file pl.orange.opl.storefront.web.theme.StorefrontResourceBundleSource.java

/**
 * CustomResourceBundleThemeSource. Supports site and theme specific resource bundles. Uses a
 * ReloadableResourceBundleMessageSource to load the theme file. Delegates to a message source if the theme specific
 * file cannot be found.
 */
public class StorefrontResourceBundleSource implements ThemeSource, ResourceLoaderAware, MessageSource {

From source file org.vinmonopolet.storefront.web.theme.StorefrontResourceBundleSource.java

/**
 * CustomResourceBundleThemeSource. Supports site and theme specific resource bundles. Uses a
 * ReloadableResourceBundleMessageSource to load the theme file. Delegates to a message source if the theme specific
 * file cannot be found.
 */
public class StorefrontResourceBundleSource implements ThemeSource, ResourceLoaderAware, MessageSource {

From source file com.epam.training.storefront.web.theme.StorefrontResourceBundleSource.java

/**
 * CustomResourceBundleThemeSource. Supports site and theme specific resource bundles. Uses a
 * ReloadableResourceBundleMessageSource to load the theme file. Delegates to a message source if the theme specific
 * file cannot be found.
 */
public class StorefrontResourceBundleSource implements ThemeSource, ResourceLoaderAware, MessageSource {

From source file de.hybris.telcotrail.storefront.web.theme.StorefrontResourceBundleSource.java

/**
 * CustomResourceBundleThemeSource. Supports site and theme specific resource bundles. Uses a
 * ReloadableResourceBundleMessageSource to load the theme file. Delegates to a message source if the theme specific
 * file cannot be found.
 */
public class StorefrontResourceBundleSource implements ThemeSource, ResourceLoaderAware, MessageSource {

From source file de.hybris.merchandise.storefront.web.theme.StorefrontResourceBundleSource.java

/**
 * CustomResourceBundleThemeSource. Supports site and theme specific resource bundles. Uses a
 * ReloadableResourceBundleMessageSource to load the theme file. Delegates to a message source if the theme specific
 * file cannot be found.
 */
public class StorefrontResourceBundleSource implements ThemeSource, ResourceLoaderAware, MessageSource {