|
||||||||||
| 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.
| Field Summary | |
|---|---|
private org.slf4j.Logger |
log
Class logger. |
private List<ResourceFilter> |
resourceFilters
Registered resource filters. |
| Constructor Summary | |
|---|---|
ChainingResourceFilter(List<ResourceFilter> filters)
Constructor. |
|
| Method Summary | |
|---|---|
InputStream |
applyFilter(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 |
| Field Detail |
|---|
private org.slf4j.Logger log
private List<ResourceFilter> resourceFilters
| Constructor Detail |
|---|
public ChainingResourceFilter(List<ResourceFilter> filters)
filters - resource filters to execute in order| Method Detail |
|---|
public InputStream applyFilter(InputStream resource)
throws ResourceException
applyFilter in interface ResourceFilterresource - 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 | |||||||||