|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceFilter
Filter that operates over a resource. Filters may perform any logic on the incoming stream.
Method Summary | |
---|---|
InputStream |
applyFilter(InputStream resource)
Applies this filter to the given stream. |
Method Detail |
---|
InputStream applyFilter(InputStream resource) throws ResourceException
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 |