|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.mail.resolver.DataSourceBaseResolver
public abstract class DataSourceBaseResolver
Base class for various resolvers.
Constructor Summary | |
---|---|
DataSourceBaseResolver()
Constructor. |
|
DataSourceBaseResolver(boolean lenient)
Constructor. |
Method Summary | |
---|---|
protected boolean |
isCid(String resourceLocation)
Is this a content id? |
protected boolean |
isFileUrl(String urlString)
Is this a file URL? |
protected boolean |
isHttpUrl(String urlString)
Is this a HTTP/HTTPS URL? |
boolean |
isLenient()
Shall we ignore resources not found or throw an exception? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.commons.mail.DataSourceResolver |
---|
resolve, resolve |
Constructor Detail |
---|
public DataSourceBaseResolver()
public DataSourceBaseResolver(boolean lenient)
lenient
- shall we ignore resources not found or throw an exception?Method Detail |
---|
public boolean isLenient()
protected boolean isCid(String resourceLocation)
resourceLocation
- the resource location
protected boolean isFileUrl(String urlString)
urlString
- the URL string
protected boolean isHttpUrl(String urlString)
urlString
- the URL string
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |