| 程序包 | 说明 |
|---|---|
| cn.maarlakes.common.chain |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultChainContext<H,R> |
class |
EmptyChainContext<H,R> |
class |
FirstChainContext<H,R> |
| 限定符和类型 | 字段和说明 |
|---|---|
protected ChainContext<H,R> |
ContextChainInvocationHandler.context |
| 限定符和类型 | 方法和说明 |
|---|---|
<H,R> H |
ChainFactory.createChain(Class<H> type,
ChainContext<H,R> context) |
<H,R> H |
AbstractChainFactory.createChain(Class<H> type,
ChainContext<H,R> context) |
<H,R> H |
ChainFactory.createReverseChain(Class<H> type,
ChainContext<H,R> context) |
<H,R> H |
AbstractChainFactory.createReverseChain(Class<H> type,
ChainContext<H,R> context) |
| 构造器和说明 |
|---|
ContextChainInvocationHandler(Class<H> type,
H[] handlers,
ChainContext<H,R> context) |
Copyright © 2024. All rights reserved.