public class GlobalResourceLocator implements ResourceLocator
| Constructor and Description |
|---|
GlobalResourceLocator() |
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
getResource(java.lang.String url)
Retrieves a document's content.
|
boolean |
handles(java.lang.String url)
Given the external document url this method checks if the document can be retrieved by this
interface ResourceLocator or not. |
getResource, handlespublic java.io.InputStream getResource(java.lang.String url)
Retrieves a document's content.
public boolean handles(java.lang.String url)
Given the external document url this method checks if the document can be retrieved by this interface ResourceLocator or not.
interface ResourceLocator