public class UtinyFilterChain extends Object implements CommandFilterChain
| 构造器和说明 |
|---|
UtinyFilterChain() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
appendFilter(CommandFilter filter) |
protected void |
appendFilterChain(UtinyFilterChain chain) |
void |
doFilter(Command command) |
protected int |
moveIndex()
increase indexing point and then return current value
|
protected int |
nextIndex()
status indexing point to the next node in the chain to be executed
|
protected int |
size() |
public void doFilter(Command command) throws CommandException
doFilter 在接口中 CommandFilterChainCommandExceptionprotected void appendFilter(CommandFilter filter)
protected void appendFilterChain(UtinyFilterChain chain)
protected int size()
protected int nextIndex()
protected int moveIndex()
Copyright © 2017. All rights reserved.