org.acegisecurity.util
Class InMemoryResource
java.lang.Object
org.springframework.core.io.AbstractResource
org.acegisecurity.util.InMemoryResource
- All Implemented Interfaces:
- InputStreamSource, Resource
public class InMemoryResource
- extends AbstractResource
An in memory implementation of Spring's Resource interface.
Used by the "Acegifier" web application to create a
bean factory from an XML string, rather than a file.
- Version:
- $Id: InMemoryResource.java,v 1.3 2005/11/17 00:56:09 benalex Exp $
- Author:
- Luke Taylor
InMemoryResource
public InMemoryResource(byte[] source)
InMemoryResource
public InMemoryResource(byte[] source,
String description)
getDescription
public String getDescription()
- Specified by:
getDescription in interface Resource- Specified by:
getDescription in class AbstractResource
getInputStream
public InputStream getInputStream()
throws IOException
- Throws:
IOException
Copyright © 2004-2005 Acegi Technology Pty Limited. All Rights Reserved.