类 FileSystemResourceLoader.FileSystemContextResource
java.lang.Object
cn.taketoday.core.io.AbstractResource
cn.taketoday.core.io.FileSystemResource
cn.taketoday.core.io.FileSystemResourceLoader.FileSystemContextResource
- 所有已实现的接口:
ContextResource,InputStreamSource,OutputStreamSource,Resource,WritableResource,ThrowingConsumer<OutputStream>,Consumer<OutputStream>
private static class FileSystemResourceLoader.FileSystemContextResource
extends FileSystemResource
implements ContextResource
FileSystemResource that explicitly expresses a context-relative path
through implementing the ContextResource interface.
-
字段概要
从接口继承的字段 cn.taketoday.core.io.Resource
EMPTY_ARRAY -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.taketoday.core.io.FileSystemResource
contentLength, createRelative, equals, exists, getContentAsByteArray, getContentAsString, getFile, getFilePath, getInputStream, getName, getOutputStream, getPath, getURI, getURL, hashCode, isDirectory, isFile, isReadable, lastModified, list, list, readableChannel, toString, writableChannel从类继承的方法 cn.taketoday.core.io.AbstractResource
customizeConnection, customizeConnection, getFileForLastModifiedCheck, isOpen从接口继承的方法 cn.taketoday.core.io.InputStreamSource
acceptWithException, getInputStream, getReader, getReader, readableChannel, transferTo从接口继承的方法 cn.taketoday.core.io.OutputStreamSource
getWriter从接口继承的方法 cn.taketoday.core.io.Resource
contentLength, createRelative, exists, getContentAsByteArray, getContentAsString, getFile, getName, getURI, getURL, isDirectory, isFile, isOpen, isReadable, lastModified, list, list, toString从接口继承的方法 cn.taketoday.util.function.ThrowingConsumer
accept, accept, throwing从接口继承的方法 cn.taketoday.core.io.WritableResource
isWritable
-
构造器详细资料
-
FileSystemContextResource
-
-
方法详细资料
-
getPathWithinContext
从接口复制的说明:ContextResourceReturn the path within the enclosing 'context'.This is typically path relative to a context-specific root directory, e.g. a ServletContext root or a PortletContext root.
- 指定者:
getPathWithinContext在接口中ContextResource
-