public class ResourceRequestLog extends ReaderRequestLog
| Constructor and Description |
|---|
ResourceRequestLog(java.lang.String urlPrefix,
java.lang.String location) |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.Reader |
getReader() |
iteratorallMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toImmutableList, toImmutableSet, toImmutableSortedSet, toList, toMap, toSet, toSortedImmutableList, toSortedList, toSortedSet, toString, transform, transformAndConcat, uniqueIndexpublic ResourceRequestLog(java.lang.String urlPrefix,
java.lang.String location)
urlPrefix - an absolute URL prefix to prepend to all request URL.location - a resource location following Spring's conventions (file path, URL, classpath:, ...).protected java.io.Reader getReader()
getReader in class ReaderRequestLog