35363738394041
if (isLocal) { me.setDevMode(true); } me.setError404View("/common/404.html"); me.setError500View("/common/500.html"); me.setMainRenderFactory(new BeetlRenderFactory(isLocal)); }