开发者

Setting Entry point for different HTML pages

I am changing my html page by using Window.Location.replace("newURL"); now I wan开发者_运维问答t to set the Entrypoint class for the html page having "newURL".

Thanks,

Aman


The HTML content of newURL can simply include the nocache.js file for a GWT module that uses the alternate EntryPoint.

Alternatively, you can compile a single module with multiple EntryPoint types, where each EntryPoint checks the url of the current page to determine wether or not it should perform any action.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜