|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceFilter | |
---|---|
org.opensaml.util.resource | Utility classes that represent readable, stream based, resources such as local filesystem and classpath resources as well as remote resources such as documents retrieved via HTTP(S). |
Uses of ResourceFilter in org.opensaml.util.resource |
---|
Classes in org.opensaml.util.resource that implement ResourceFilter | |
---|---|
class |
ChainingResourceFilter
Resource filter that executes a list of resource filters in order. |
class |
PropertyReplacementResourceFilter
A resource filter that buffers a resource into a string and replaces instance of macros with properties read from a file. |
Methods in org.opensaml.util.resource that return ResourceFilter | |
---|---|
ResourceFilter |
AbstractFilteredResource.getResourceFilter()
Gets the resource filter associated with this resource. |
Methods in org.opensaml.util.resource with parameters of type ResourceFilter | |
---|---|
void |
AbstractFilteredResource.setResourceFilter(ResourceFilter filter)
Sets the resource filter associated with this resource. |
Constructor parameters in org.opensaml.util.resource with type arguments of type ResourceFilter | |
---|---|
ChainingResourceFilter(List<ResourceFilter> filters)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |