类 AutoTablePlugin
java.lang.Object
org.dromara.autotable.solon.integration.AutoTablePlugin
- 所有已实现的接口:
org.noear.solon.core.Plugin
配置 AutoTable 插件。
- 作者:
- chengliang
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private voidresourceLoadFinish(org.noear.solon.core.AppContext context) 资源加载完成voidstart(org.noear.solon.core.AppContext context) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.noear.solon.core.Plugin
prestop, stop
-
构造器详细资料
-
AutoTablePlugin
public AutoTablePlugin()
-
-
方法详细资料
-
start
- 指定者:
start在接口中org.noear.solon.core.Plugin- 抛出:
Throwable
-
resourceLoadFinish
private void resourceLoadFinish(org.noear.solon.core.AppContext context) 资源加载完成- 参数:
context- SolonContext
-