public abstract class ResourceResolverSpi extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,String> |
properties
Field properties
|
| Constructor and Description |
|---|
ResourceResolverSpi() |
| Modifier and Type | Method and Description |
|---|---|
void |
engineAddProperies(Map<String,String> newProperties) |
abstract boolean |
engineCanResolveURI(ResourceResolverContext context)
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 |
engineResolveURI(ResourceResolverContext context)
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 engineResolveURI(ResourceResolverContext context) throws ResourceResolverException
context - Context to use to resolve resources.ResourceResolverExceptionpublic 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 engineCanResolveURI(ResourceResolverContext context)
ResourceResolver to decide whether a
ResourceResolverSpi is able to perform the requested action.context - Context in which to do resolution.public String[] engineGetPropertyKeys()
public boolean understandsProperty(String propertyToTest)
propertyToTest - Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.