if (configuration.getJsonHandler() != null) {
jsonHandler = configuration.getJsonHandler();
}
if (jsonHandler == null) {
jsonHandler = new JsonHandler();
}
if (routerExceptionHandler == null) {
routerExceptionHandler = new DefaultRouterExceptionHandler(this);
}