Example usage for org.springframework.core.io Resource interface-usage

List of usage examples for org.springframework.core.io Resource interface-usage

Introduction

In this page you can find the example usage for org.springframework.core.io Resource interface-usage.

Usage

From source file org.brekka.stillingar.spring.resource.UnresolvableResource.java

/**
 * Marker instance for when a resource cannot be resolved. Allows detail about why the resource to be passed down rather
 * than simply null being returned.
 * 
 * @author Andrew Taylor (andrew@brekka.org)
 */

From source file edu.wisc.ws.client.support.DelegatingResource.java

/**
 * Wraps another {@link Resource}, delegates all calls to the the wrapped resource.
 * 
 * @author Eric Dalquist
 * @version $Revision: 1.1 $
 */

From source file org.cfr.capsicum.resource.SpringResource.java

/**
 * Decorator class allowing to manipulate cayenne resource with spring
 * @author devacfr
 * @since 1.0
 */
public class SpringResource implements Resource, org.springframework.core.io.Resource {

From source file org.jasig.springframework.core.io.DelegatingResource.java

/**
 * Wraps another {@link Resource}, delegates all calls to the the wrapped resource.
 * 
 * @author Eric Dalquist
 * @version $Revision: 1.1 $
 */

From source file org.jasig.schedassist.portlet.spring.DelegatingResource.java

/**
 * {@link Resource} implementation that delegates to the
 * {@link Resource} provided in the constructor.
 * 
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: DelegatingResource.java $

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

/**
 * Esta clase permite ver un conjunto de <code>Resource</code> como si se tratara de uno solo. La idea es que la ir
 * leyendo el <code>InputStream</code> de esta clase, iremos leyendo del <code>InputStream</code> del primer
 * <code>Resource</code>, cuando este se acabe, leeremos del segundo, luego del tercero, ...
 */
public class SequenceResource implements Resource {

From source file com.bluexml.side.framework.alfresco.commons.configurations.RepositoryResource.java

public class RepositoryResource implements Resource {
    /** The logger. */
    static protected Log logger = LogFactory.getLog(RepositoryResource.class);

    protected NodeRef nodeRef;
    protected Path path;