Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 GWT 项目中,我有一些单独的图像集。最方便的是将这组图像作为 ImageResource 数组处理。即我想在我的 Resources 接口中有一个方法,它可以返回这些 ImageResources 实例的数组,而不是一个一个地返回它们。
是否可以在 GWT 2.4 中对此进行编码?
ps 是的,我知道我可以将它们一一返回,然后手动创建该数组。但可能有更好的解决方案?
我不知道这样做的任何界面。 但或者,您可以查看ClientBundleWithLookup。 根据您的用例,它可能对您有用。