类 ResourceHandlerFunction.HeadMethodResource
java.lang.Object
cn.taketoday.web.handler.function.ResourceHandlerFunction.HeadMethodResource
- 所有已实现的接口:
cn.taketoday.core.io.InputStreamSource,cn.taketoday.core.io.Resource
private static class ResourceHandlerFunction.HeadMethodResource
extends Object
implements cn.taketoday.core.io.Resource
-
字段概要
字段从接口继承的字段 cn.taketoday.core.io.Resource
EMPTY_ARRAY -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 cn.taketoday.core.io.InputStreamSource
getReader, getReader, readableChannel从接口继承的方法 cn.taketoday.core.io.Resource
getContentAsByteArray, getContentAsString, isFile, isOpen, isReadable
-
字段详细资料
-
EMPTY
private static final byte[] EMPTY -
delegate
private final cn.taketoday.core.io.Resource delegate
-
-
构造器详细资料
-
HeadMethodResource
public HeadMethodResource(cn.taketoday.core.io.Resource delegate)
-
-
方法详细资料
-
getInputStream
- 指定者:
getInputStream在接口中cn.taketoday.core.io.InputStreamSource- 抛出:
IOException
-
exists
public boolean exists()- 指定者:
exists在接口中cn.taketoday.core.io.Resource
-
isDirectory
- 指定者:
isDirectory在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
list
- 指定者:
list在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
list
public cn.taketoday.core.io.Resource[] list(@Nullable cn.taketoday.core.io.ResourceFilter filter) throws IOException - 指定者:
list在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
getURL
- 指定者:
getURL在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
getURI
- 指定者:
getURI在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
getFile
- 指定者:
getFile在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
contentLength
- 指定者:
contentLength在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
lastModified
- 指定者:
lastModified在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
createRelative
- 指定者:
createRelative在接口中cn.taketoday.core.io.Resource- 抛出:
IOException
-
getName
- 指定者:
getName在接口中cn.taketoday.core.io.Resource
-
toString
-