|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectorg.tinygroup.menucommand.handler.SystemCommandHandler
public abstract class SystemCommandHandler
抽象的系统命令的钩子
| 构造方法摘要 | |
|---|---|
SystemCommandHandler()
|
|
| 方法摘要 | |
|---|---|
void |
afterExecute(org.tinygroup.context.Context context)
命令后置操作 |
void |
beforeExecute(org.tinygroup.context.Context context)
命令前置操作 |
protected void |
dealExitEvent(String command,
MenuConfig config,
org.tinygroup.context.Context context)
执行退出操作 |
protected abstract void |
execute(String command,
SystemCommand systemCommand,
MenuConfig config,
org.tinygroup.context.Context context)
执行相关菜单逻辑,保存渲染路径和跳转菜单id |
protected String |
getRenderPath(SystemCommand systemCommand,
org.tinygroup.context.Context context)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public SystemCommandHandler()
| 方法详细信息 |
|---|
public void beforeExecute(org.tinygroup.context.Context context)
CommandHandler 复制的描述
CommandHandler 中的 beforeExecutepublic void afterExecute(org.tinygroup.context.Context context)
CommandHandler 复制的描述
CommandHandler 中的 afterExecute
protected String getRenderPath(SystemCommand systemCommand,
org.tinygroup.context.Context context)
protected void dealExitEvent(String command,
MenuConfig config,
org.tinygroup.context.Context context)
config - context -
protected abstract void execute(String command,
SystemCommand systemCommand,
MenuConfig config,
org.tinygroup.context.Context context)
command - systemCommand - config - context -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||