|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.core.io.AbstractResource
ch.elca.el4j.services.xmlmerge.springframework.XmlMergeResource
public class XmlMergeResource
A spring resource merging XML files read from other resources.
| Constructor Summary | |
|---|---|
XmlMergeResource()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
|
InputStream |
getInputStream()
Returns an InputStream containing the data of this merged resource. |
void |
setProperties(Map map)
Sets the configuration properties. |
void |
setResources(List resources)
Sets the list of resources to merge. |
| Methods inherited from class org.springframework.core.io.AbstractResource |
|---|
contentLength, createRelative, equals, exists, getFile, getFileForLastModifiedCheck, getFilename, getURI, getURL, hashCode, isOpen, isReadable, lastModified, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XmlMergeResource()
| Method Detail |
|---|
public String getDescription()
public InputStream getInputStream()
throws IOException
IOExceptionAbstractResourcepublic void setResources(List resources)
resources - The list of resources to mergepublic void setProperties(Map map)
map - A map containing the configuration properties
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||