Example usage for org.springframework.core.io.support PathMatchingResourcePatternResolver subclass-usage

List of usage examples for org.springframework.core.io.support PathMatchingResourcePatternResolver subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.io.support PathMatchingResourcePatternResolver subclass-usage.

Usage

From source file br.com.caelum.vraptor.ioc.spring.WebinfClassesPatternResolver.java

public class WebinfClassesPatternResolver extends PathMatchingResourcePatternResolver {

    private final String webinfClassesDirectory;

    public WebinfClassesPatternResolver(String webinfClassesDirectory) {
        if (webinfClassesDirectory == null) {

From source file com.autentia.wuija.i18n.SequencePathMatchingResourcePatternResolver.java

/**
 * Es un <code>ResourceLocator</code> que extiende la clase <code>PathMatchingResourcePatternResolver</code> de forma
 * que cuando se pide un recuro, si se utilizan patrones tipo ant o el tipo especial <code>classpath*:</code>, lo que
 * se va a devolver es un nico <code>Resource</code> que cuano leamos de su <code>InputStream</code> sera como si
 * fueramos leyendo secuencialmente de todos los recursos que concuerdan con el patrn especificado.
 * <p>

From source file org.jboss.spring.vfs.VFSResourcePatternResolver.java

/**
 * VFS based ResourcePatternResolver.
 *
 * @author <a href="mailto:ales.justin@jboss.com">Ales Justin</a>
 * @author <a href="mailto:mariusb@redhat.com">Marius Bogoevici</a>
 */

From source file org.springframework.extensions.webscripts.ClassPathStoreResourceResolver.java

/**
 * Class path resource resolver that traverses the entire class path.  This includes
 * both class files as well as the contents of JAR files.
 * 
 * @author muzquiano
 */

From source file org.springframework.web.context.support.ServletContextResourcePatternResolver.java

/**
 * ServletContext-aware subclass of {@link PathMatchingResourcePatternResolver},
 * able to find matching resources below the web application root directory
 * via {@link ServletContext#getResourcePaths}. Falls back to the superclass'
 * file system checking for other resources.
 *

From source file io.cloudsoft.tosca.a4c.brooklyn.osgi.OsgiAwarePathMatchingResourcePatternResolver.java

public class OsgiAwarePathMatchingResourcePatternResolver extends PathMatchingResourcePatternResolver {

    private static final Logger LOG = LoggerFactory.getLogger(OsgiAwarePathMatchingResourcePatternResolver.class);

    private Bundle getBundle() {
        Bundle bundle = FrameworkUtil.getBundle(getClass());

From source file com.javaetmoi.core.spring.vfs.Vfs2PathMatchingResourcePatternResolver.java

/**
 * {@link PathMatchingResourcePatternResolver} subclass that is able to resolve a specified resource
 * location path into one or more matching {@link Resource}, inculding {@link Vfs2Resource}.
 * 
 * @see com.javaetmoi.core.spring.vfs.Vfs2Resource
 */

From source file spring.osgi.io.OsgiBundleResourcePatternResolver.java

/**
 * OSGi-aware {@link org.springframework.core.io.support.ResourcePatternResolver}.
 * <p/>
 * Can find resources in the <em>bundle jar</em> and <em>bundle space</em>.
 * See {@link OsgiBundleResource} for more information.
 * <p/>

From source file org.springframework.osgi.io.OsgiBundleResourcePatternResolver.java

/**
 * OSGi-aware {@link ResourcePatternResolver}.
 * 
 * Can find resources in the <em>bundle jar</em> and <em>bundle space</em>. See {@link OsgiBundleResource} for more
 * information.
 * 

From source file org.eclipse.gemini.blueprint.io.OsgiBundleResourcePatternResolver.java

/**
 * OSGi-aware {@link ResourcePatternResolver}.
 * 
 * Can find resources in the <em>bundle jar</em> and <em>bundle space</em>. See {@link OsgiBundleResource} for more
 * information.
 *