entrypoint
- 网络入口点;进入点
entrypoint
-
This class must implement the EntryPoint interface .
这个类必须实现EntryPoint接口。
-
EntryPoint : The entry point to which the execution should return after the needed report information has been acquired .
entryPoint:获取所需报告信息之后执行应返回的入口点。
-
On the subsequent service invocations , the entryPoint value determines where to resume the execution of the rule flow .
在随后的服务调用中,entryPoint值确定从何处继续执行规则流。
-
To have these widgets created when the page is loaded , you must put the code in the onModuleLoad () method of your EntryPoint class .
要在页面载入时创建这些小部件,您必须将代码放在EntryPoint类的onModuleLoad()方法中。