|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensaml.util.resource.AbstractFilteredResource
public abstract class AbstractFilteredResource
A Resource whose contents may be run through a filter as it is being read.
| Constructor Summary | |
|---|---|
protected |
AbstractFilteredResource()
Constructor. |
protected |
AbstractFilteredResource(ResourceFilter filter)
Constructor. |
| Method Summary | |
|---|---|
ResourceFilter |
getResourceFilter()
Gets the resource filter associated with this resource. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opensaml.util.resource.Resource |
|---|
exists, getInputStream, getLastModifiedTime, getLocation |
| Constructor Detail |
|---|
protected AbstractFilteredResource()
protected AbstractFilteredResource(ResourceFilter filter)
filter - the filter used on the resource| Method Detail |
|---|
public ResourceFilter getResourceFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||