|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensaml.util.resource.ChainingResourceFilter
public class ChainingResourceFilter
Resource filter that executes a list of resource filters in order.
Constructor Summary | |
---|---|
ChainingResourceFilter(java.util.List<ResourceFilter> filters)
Constructor. |
Method Summary | |
---|---|
java.io.InputStream |
applyFilter(java.io.InputStream resource)
Applies this filter to the given stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainingResourceFilter(java.util.List<ResourceFilter> filters)
filters
- resource filters to execute in orderMethod Detail |
---|
public java.io.InputStream applyFilter(java.io.InputStream resource) throws ResourceException
applyFilter
in interface ResourceFilter
resource
- Resource to which the filter should apply.
ResourceException
- thrown is there if a problem applying the filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |