- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-01-2021
01:21 AM
How to get available UrlCreators for ProjectEnvironment?
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?
Labels
- Labels:
-
Developers
- Tags:
- de.espirit.firstspirit.access.project.project
- module_development
- projectconfiguration
- projectsettings
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-01-2021
11:52 PM
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
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ06-01-2021
11:52 PM
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

