Uses of Interface
de.espirit.firstspirit.generate.UrlCreator
Packages that use UrlCreator
Package
Description
-
Uses of UrlCreator in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return UrlCreatorModifier 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
Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects that return UrlCreatorModifier and TypeMethodDescription@NotNull UrlCreator
UrlGenerationContext.getUrlCreator()
Returns the url creator to be used in the current generation context.Methods in de.espirit.firstspirit.client.plugin.dataaccess.aspects with parameters of type UrlCreatorModifier 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
Methods in de.espirit.firstspirit.generate that return UrlCreatorModifier 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
.