* XXX we are coupling to nodepage plugin here instead of using the
* usual register mechanism - we either need to make plugins application
* aware so they can install their own listeners or have some brix-level
* registery
*/
application.getComponentPreOnBeforeRenderListeners().add(new PageParametersAwareEnabler());
// allow brix to handle any url that wicket cant
application.getRootRequestMapperAsCompound().add(new BrixRequestMapper(this));
// application.mount(new BrixNodePageUrlMapper());