类 ScriptStateRouterFactory

  • 所有已实现的接口:
    StateRouterFactory

    public class ScriptStateRouterFactory
    extends Object
    implements StateRouterFactory
    ScriptRouterFactory

    Example URLS used by Script Router Factory:

    1. script://registryAddress?type=js&rule=xxxx
    2. script:///path/to/routerfile.js?type=js&rule=xxxx
    3. script://D:\path\to\routerfile.js?type=js&rule=xxxx
    4. script://C:/path/to/routerfile.js?type=js&rule=xxxx
    The host value in URL points out the address of the source content of the Script Router,Registry、File etc
    • 构造器详细资料

      • ScriptStateRouterFactory

        public ScriptStateRouterFactory()