getNoScriptMessage

Prior to Vaadin 7, I was able to extend ApplicationServlet and override getNoScriptMessage() to display a custom message to the user when JavaScript was not enabled in their browser. In 7, it does not appear that this method is availble in VaadinServlet.

Is there any way to accomplish this in 7?

Thanks,

Ron