For the project-app of our firstspirit module I'd like to get a list of available UrlCreators for the corresponding project. Is that possible? If so - how?
You can fetch any public component available via the ModuleAgent by passing the desired implementation type to getComponents(Class). In your case, this would be the UrlFactory.class.
You can fetch any public component available via the ModuleAgent by passing the desired implementation type to getComponents(Class). In your case, this would be the UrlFactory.class.