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 © 2018 JBoss by Red Hat. All rights reserved.