On 16 juin, 17:23, Shedokan <[email protected]> wrote:
> Hello,
> I am looking at GWT's features and can't figure out weather a variable
> declared in java as private will stay private once compiled in GWT.
> By private I mean unaccessible to anyone except for the constructor or
> the construtors functions.
I suppose with the "standard" linker some script could access the
iframe's script and mess things up (as everything is on the "global
scope").
With the "xs" linker though, the whole script is made "private" using
the module pattern ((function() { /* the script here */ })();)
--
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.