public class PageSource extends Object
| Constructor and Description |
|---|
PageSource(InputStream stream)
The source is an input stream.
|
PageSource(InputStream stream,
String src)
The source is an input stream.
|
PageSource(org.springframework.core.io.Resource resource)
The source is a resource.
|
PageSource(String src)
The source is a web resource.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
getDocument()
Returns the FSP as an XML document.
|
String |
getSource()
Returns the source of the FSP.
|
public PageSource(String src)
src - URL of web resource.public PageSource(org.springframework.core.io.Resource resource)
resource - A resource.public PageSource(InputStream stream)
stream - An input stream.public PageSource(InputStream stream, String src)
stream - An input stream.src - Source of input stream.Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.