java.lang.ObjectHolder that combines a org.springframework.core.io.Resource with a specific encoding to be used for reading from the resource.org.springframework.core.io.support.EncodedResource
Used as argument for operations that support to read content with
a specific encoding (usually through a java.io.Reader.
Juergen - Hoeller1.2.6 - | Constructor: |
|---|
|
|
| Method from org.springframework.core.io.support.EncodedResource Summary: |
|---|
| equals, getEncoding, getReader, getResource, hashCode, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.springframework.core.io.support.EncodedResource Detail: |
|---|
|
null if none specified. |
java.io.Reader for the specified resource,
using the specified encoding (if any). |
|
|
|