public interface ResourceFilter
| Modifier and Type | Method and Description |
|---|---|
InputStream |
applyFilter(InputStream resource)
Applies this filter to the given stream.
|
InputStream applyFilter(InputStream resource) throws ResourceException
resource - Resource to which the filter should apply.ResourceException - thrown is there if a problem applying the filterCopyright © 1999-2014. All Rights Reserved.