I think what you can do is search for all <link> tags in the document, since
GWT will ultimately convert all <stylesheet> into <link> tags included in
the <head> of the page.

On Sun, Feb 28, 2010 at 5:40 PM, keyboard_samurai <yog...@gmail.com> wrote:

> Hi,
>
> we are setting stylesheet using the automatic resource inclusion i.e
> by adding a <stylesheet src="_css-url_"/> entry in gwt.xml. Is there
> any way i can access this information using API's ? The end result i
> need is all the list of css url's included for the current module.
>
> Do let me know if this is possible or any workarounds available rather
> than using hardcoded css filenames in my code.
>
>
> Thank You!
>
>
> Cheers!
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-tool...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to