Uses of Interface
io.goobi.viewer.modules.interfaces.IURLBuilder
Packages that use IURLBuilder
Package
Description
Core controller and utility classes of the Goobi viewer.
Provides the core domain model for geo-maps in the Goobi viewer, including map
configurations, feature sets, markers, filters, and Solr-backed spatial data providers.
Extension module API for the Goobi viewer.
Defines the extension interfaces that viewer modules must implement, covering URL construction and Solr index augmentation.
-
Uses of IURLBuilder in io.goobi.viewer.controller
Methods in io.goobi.viewer.controller that return IURLBuilder -
Uses of IURLBuilder in io.goobi.viewer.model.maps
Methods in io.goobi.viewer.model.maps with parameters of type IURLBuilderModifier and TypeMethodDescriptionstatic URILocation.getRecordURI(String pi, PageType pageType, IURLBuilder urlBuilder) -
Uses of IURLBuilder in io.goobi.viewer.modules
Methods in io.goobi.viewer.modules that return types with arguments of type IURLBuilderModifier and TypeMethodDescriptiondefault Optional<IURLBuilder> IModule.getURLBuilder()getURLBuilder. -
Uses of IURLBuilder in io.goobi.viewer.modules.interfaces
Classes in io.goobi.viewer.modules.interfaces that implement IURLBuilderModifier and TypeClassDescriptionclassDefault implementation of the URL builder interface, constructing standard viewer page URLs.