Curious if anyone knows how to create a resource bundle or message interface to return URI's.
-- For my site, I have a set of ClientBundles and i18n message interfaces used to generate different version of the product. I also have some external URL's that are part of this customization. I currently use a Messages interface to get these URL's set into the UiBinders. However, this are not SafeUri's and thus issue compiler warnings. While Anchor's have a SafeUri href override, Messages can only return a String or SafeHtml. So, my question is the right way to pass these through the bundles for use in UiBinder.
Thanks for any help folks can provide about best practices here.
Sincerely,
Joseph
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment