| 程序包 | 说明 |
|---|---|
| com.alibaba.nacos.common.packagescan.resource | |
| com.alibaba.nacos.common.remote.client |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
ResourcePatternResolver
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Strategy interface for resolving a location pattern (for example,
an Ant-style path pattern) into
Resource objects. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultResourceLoader
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
Default implementation of the
ResourceLoader interface. |
class |
PathMatchingResourcePatternResolver
Copy from https://github.com/spring-projects/spring-framework.git, with less modifications
A
ResourcePatternResolver implementation that is able to resolve a
specified resource location path into one or more matching Resources. |
| 限定符和类型 | 方法和说明 |
|---|---|
ResourceLoader |
PathMatchingResourcePatternResolver.getResourceLoader()
Return the ResourceLoader that this pattern resolver works with.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Resource |
ProtocolResolver.resolve(String location,
ResourceLoader resourceLoader)
Resolve the given location against the given resource loader
if this implementation's protocol matches.
|
| 构造器和说明 |
|---|
PathMatchingResourcePatternResolver(ResourceLoader resourceLoader)
Create a new PathMatchingResourcePatternResolver.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected ResourceLoader |
RpcClient.resourceLoader |
Copyright © 2018–2024 Alibaba Group. All rights reserved.