接口 ContextResource
- 所有超级接口:
InputStreamSource,Resource
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Extended interface for a resource that is loaded from an enclosing
'context', e.g. from a
jakarta.servlet.ServletContext but also
from plain classpath paths or relative file system paths (specified
without an explicit prefix, hence applying relative to the local
ResourceLoader's context).- 从以下版本开始:
- 2.5
- 作者:
- Juergen Hoeller
-
方法概要
从接口继承的方法 com.alibaba.nacos.common.packagescan.resource.InputStreamSource
getInputStream从接口继承的方法 com.alibaba.nacos.common.packagescan.resource.Resource
contentLength, createRelative, exists, getDescription, getFile, getFilename, getUri, getUrl, isFile, isOpen, isReadable, lastModified, readableChannel
-
方法详细资料
-
getPathWithinContext
String getPathWithinContext()Return 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.
-