if(!uploadFolder.mkdirs()) {
throw new RuntimeException("Fatal error: Can't create temp directory for uploads at: " + System.getProperty("java.io.tmpdir"));
}
*/
getComponentInstantiationListeners().add(getSpringComponentInjector(this));
getComponentPreOnBeforeRenderListeners().add(new StatelessChecker());
mountPage("/new", PasteItemPage.class);
mountPage("/history", HistoryPage.class);
mountPage("/plugin", PluginPage.class);
mountPage("/legal", LegalPage.class);