public abstract class ResourceResolverSpi extends Object
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
properties
Field properties
|
protected boolean |
secureValidation |
Constructor and Description |
---|
ResourceResolverSpi() |
Modifier and Type | Method and Description |
---|---|
void |
engineAddProperies(Map<String,String> newProperties) |
abstract boolean |
engineCanResolve(Attr uri,
String BaseURI)
This method helps the
ResourceResolver to decide whether a
ResourceResolverSpi is able to perform the requested action. |
String |
engineGetProperty(String key)
Method engineGetProperty
|
String[] |
engineGetPropertyKeys()
Method engineGetPropertyKeys
|
boolean |
engineIsThreadSafe()
Tells if the implementation does can be reused by several threads safely.
|
abstract XMLSignatureInput |
engineResolve(Attr uri,
String BaseURI)
This is the workhorse method used to resolve resources.
|
void |
engineSetProperty(String key,
String value)
Method engineSetProperty
|
static String |
fixURI(String str)
Fixes a platform dependent filename to standard URI form.
|
boolean |
understandsProperty(String propertyToTest)
Method understandsProperty
|
public abstract XMLSignatureInput engineResolve(Attr uri, String BaseURI) throws ResourceResolverException
uri
- BaseURI
- ResourceResolverException
public void engineSetProperty(String key, String value)
key
- value
- public String engineGetProperty(String key)
key
- public void engineAddProperies(Map<String,String> newProperties)
newProperties
- public boolean engineIsThreadSafe()
public abstract boolean engineCanResolve(Attr uri, String BaseURI)
ResourceResolver
to decide whether a
ResourceResolverSpi
is able to perform the requested action.uri
- BaseURI
- public String[] engineGetPropertyKeys()
public boolean understandsProperty(String propertyToTest)
propertyToTest
- Copyright © 2000-2012 The Apache Software Foundation. All Rights Reserved.