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 UrlCreatorUrlGenerationContext.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.BuilderUrlGenerationContext.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 newUrlCreatorinstance with thespecified settings from the module.xml.UrlCreatorSpecification.createUrlCreator(Map<String, String> settings) Create a newUrlCreatorinstance with custom settings.static UrlCreatorUrlCreator.Factory.from(UrlCreator urlCreator) Transform instances to satisfy the new interfaceUrlCreator.