Uses of Class
docsite.util.ImageResolver
Packages that use ImageResolver
-
Uses of ImageResolver in docsite
Fields in docsite declared as ImageResolverModifier and TypeFieldDescriptionprotected final ImageResolverSectionEmitter.globalImagesprotected final ImageResolverSectionEmitter.sectionImagesMethods in docsite that return ImageResolverMethods in docsite with parameters of type ImageResolverConstructors in docsite with parameters of type ImageResolverModifierConstructorDescriptionSectionEmitterFactory(Docsite site, ImageResolver globalImages, ThemeColors themeColors, Path baseDir, Path outputFolder, boolean useCDN, Map<String, String> metadata, List<Script> scripts, List<SiteLanguage> availableLanguages, Map<String, Map<String, String>> localization) -
Uses of ImageResolver in docsite.util
Methods in docsite.util with parameters of type ImageResolverModifier and TypeMethodDescriptionstatic j2html.tags.specialized.ATagEmitterUtil.externalLinkWithIcon(Path baseDir, String title, String url, String icon, ImageResolver images) static j2html.tags.specialized.ATagEmitterUtil.externalLinkWithImage(Path baseDir, String title, String url, String icon, ImageResolver images) static j2html.tags.specialized.ITagEmitterUtil.icon(Path baseDir, String icon, ImageResolver images) static j2html.tags.specialized.ImgTagEmitterUtil.image(Path baseDir, String source, ImageResolver images) static j2html.tags.specialized.ATagEmitterUtil.internalLinkWithIcon(Path baseDir, String title, String url, String icon, ImageResolver images)