ResolverAnonymous
, ResolverDirectHTTP
, ResolverFragment
, ResolverLocalFilesystem
, ResolverXPointer
public abstract class ResourceResolverSpi extends Object
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,String> |
properties |
Field properties
|
Constructor | Description |
---|---|
ResourceResolverSpi() |
Modifier and Type | Method | 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.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 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–2018 The Apache Software Foundation. All rights reserved.