On Saturday, February 26, 2011 10:12:53 AM UTC+1, George Moschovitis wrote:
>
> Is there a way to implement a place with no token?
No.
You can have a tokenizer with no prefix though, and map a place type to a
token (and back) there.
> ie, have a tokenizer like this:
>
> @Prefix("prefix")
> public class MyTokenizer ... {
> ...
> @Override
> public String getToken(P place) {
> return null;
> }
> }
>
> this one generates tokens like this:
>
> #prefix:null
>
> is there a way to get rid of ':null' ?
>
See http://code.google.com/p/google-web-toolkit/issues/detail?id=5899#c1
<http://code.google.com/p/google-web-toolkit/issues/detail?id=5899#c1>
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.