LoggerFactory.getLogger().fatal(String.format("Can't load class %s.", request.getApplicationName()));
return null;
}
// Invoke target method
return application.invokeMethod(request.getMethodName(), request.getArgs().toArray());
}
/**
* Returns the XML (JavaFX-compatible) of one of the application's pages
* @param applicationName