In a GWT 2.1+ app, how can I generate a link to a place for external consumption?
For instance, say I want to create a link to Place1. For internal consumption I could do presenter.goTo(new Place1("token"))
. How can I make this into an Anchor
or some sort of link that users can paste into their browser?