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.
加载中,请稍侯......
精彩评论