public abstract class DataSourceBaseResolver extends java.lang.Object implements DataSourceResolver
| Constructor and Description |
|---|
DataSourceBaseResolver()
Constructor.
|
DataSourceBaseResolver(boolean lenient)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isCid(java.lang.String resourceLocation)
Is this a content id?
|
protected boolean |
isFileUrl(java.lang.String urlString)
Is this a file URL?
|
protected boolean |
isHttpUrl(java.lang.String urlString)
Is this a HTTP/HTTPS URL?
|
boolean |
isLenient()
Shall we ignore resources not found or throw an exception?
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolve, resolvepublic DataSourceBaseResolver()
public DataSourceBaseResolver(boolean lenient)
lenient - shall we ignore resources not found or throw an exception?public boolean isLenient()
protected boolean isCid(java.lang.String resourceLocation)
resourceLocation - the resource locationprotected boolean isFileUrl(java.lang.String urlString)
urlString - the URL stringprotected boolean isHttpUrl(java.lang.String urlString)
urlString - the URL string