public abstract class AbstractFilteredResource extends Object implements Resource
Resource whose contents may be run through a filter as it is being read.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFilteredResource()
Constructor.
|
protected |
AbstractFilteredResource(ResourceFilter filter)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceFilter |
getResourceFilter()
Gets the resource filter associated with this resource.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, getInputStream, getLastModifiedTime, getLocationprotected AbstractFilteredResource()
protected AbstractFilteredResource(ResourceFilter filter)
filter - the filter used on the resourcepublic ResourceFilter getResourceFilter()
Copyright © 2006-2013 Internet2. All Rights Reserved.