protected void throwUnableToFindBean(final String message) throws UnableToFindBeanException {
throw new UnableToFindBeanException(message);
}
protected void registerShutdownHook() {
Window.addWindowCloseListener(new WindowCloseListener() {
public String onWindowClosing() {
return null;
}
public void onWindowClosed() {