kai1
I'm new here

How to get available UrlCreators for ProjectEnvironment?

Jump to solution

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?

0 Kudos
1 Solution

Accepted Solutions
StefanSchulz
I'm new here

Hello Kai,

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.

Best regards

Stefan

View solution in original post

0 Kudos
1 Reply
StefanSchulz
I'm new here

Hello Kai,

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.

Best regards

Stefan

0 Kudos