Getting local path of theme file

Using a URIHandler I’d like to read the bytes of a file located in my theme and return it to the browser.

How would I go about finding out the actual local path of the file, in order to read it?

Use ServletContext to translate URI to actual server-side path. Please see the following topic for details:
http://vaadin.com/forum/-/message_boards/message/162396#_19_message_162355

Thanks