Uses of Interface
de.espirit.firstspirit.generate.UrlCreator
Package
Description
-
Uses of UrlCreator in de.espirit.firstspirit.access
Modifier and TypeMethodDescriptionGenerationContext.getUrlCreator()
The currently used url creator instance.UrlCreatorProvider.getUrlCreator()
Get the current url creator. -
Uses of UrlCreator in de.espirit.firstspirit.client.plugin.dataaccess.aspects
Modifier and TypeMethodDescription@NotNull UrlCreator
UrlGenerationContext.getUrlCreator()
Returns the url creator to be used in the current generation context.Modifier and TypeMethodDescription@NotNull UrlGenerationContext.Builder
UrlGenerationContext.Builder.urlCreator
(@Nullable UrlCreator urlCreator) Configures the url creator to be used in the current generation context. -
Uses of UrlCreator in de.espirit.firstspirit.generate
Modifier and TypeMethodDescriptionUrlCreatorSpecification.createUrlCreator()
Create a newUrlCreator
instance with thespecified settings from the module.xml
.UrlCreatorSpecification.createUrlCreator
(Map<String, String> settings) Create a newUrlCreator
instance with custom settings.static UrlCreator
UrlCreator.Factory.from
(UrlCreator urlCreator) Transform instances to satisfy the new interfaceUrlCreator
.