| 程序包 | 说明 |
|---|---|
| com.yomahub.liteflow.spi | |
| com.yomahub.liteflow.spi.local |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
CmpAroundAspect
组件全局切面spi接口
|
interface |
ContextAware
环境容器SPI接口
|
interface |
ContextCmpInit
环境容器中组件初始化SPI接口 分2个,非spring环境下的实现和spring体系下的实现
|
interface |
DeclComponentParser
声明式组件解析器接口
|
interface |
LiteflowComponentSupport
LiteflowComponent注解处理器SPI接口
|
interface |
PathContentParser |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalCmpAroundAspect
非Spring环境全局组件切面实现 其实非Spring不支持全局组件切面,所以这个是个空实现
|
class |
LocalContextAware
非Spring环境容器实现 其实非Spring没有环境容器,所以这是个空实现
|
class |
LocalContextCmpInit
非Spring环境容器上下文组件初始化实现 其实非Spring没有环境容器,所以这是个空实现
|
class |
LocalDeclComponentParser
声明式组件解析器非spring环境实现类
非spring环境不支持声明式组件
|
class |
LocalLiteflowComponentSupport
非spring环境LiteflowComponent注解的处理器 非spring环境不支持@LiteflowComponent注解,所以返回null
|
class |
LocalPathContentParser |
Copyright © 2024. All rights reserved.