public class InMemoryResource
extends org.springframework.core.io.AbstractResource
Resource interface.
Used by the "Acegifier" web application to create a bean factory from an XML string, rather than a file.
| Constructor and Description |
|---|
InMemoryResource(byte[] source) |
InMemoryResource(byte[] source,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
InputStream |
getInputStream() |
public InMemoryResource(byte[] source)
public InMemoryResource(byte[] source,
String description)
public String getDescription()
public InputStream getInputStream() throws IOException
IOExceptionCopyright © 2021. All rights reserved.