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 <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > 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 [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.
