Uses of Interface
com.foreach.across.modules.web.context.WebAppLinkBuilder
Packages that use WebAppLinkBuilder
Package
Description
- 
Uses of WebAppLinkBuilder in com.foreach.across.modules.web.config
Methods in com.foreach.across.modules.web.config that return WebAppLinkBuilderModifier and TypeMethodDescriptionUrlPrefixingConfiguration.webAppLinkBuilder(PrefixingPathRegistry prefixingPathRegistry, jakarta.servlet.ServletContext servletContext)  - 
Uses of WebAppLinkBuilder in com.foreach.across.modules.web.context
Classes in com.foreach.across.modules.web.context that implement WebAppLinkBuilderModifier and TypeClassDescriptionclassDefault implementation ofWebAppLinkBuilderthat will resolve any prefixed url and url encode it afterwards. - 
Uses of WebAppLinkBuilder in com.foreach.across.modules.web.resource
Methods in com.foreach.across.modules.web.resource that return types with arguments of type WebAppLinkBuilderModifier and TypeMethodDescriptionstatic Optional<WebAppLinkBuilder>WebResourceUtils.currentLinkBuilder()static Optional<WebAppLinkBuilder>WebResourceUtils.getLinkBuilder(jakarta.servlet.http.HttpServletRequest request) static Optional<WebAppLinkBuilder>WebResourceUtils.getLinkBuilder(org.springframework.web.context.request.RequestAttributes request) Methods in com.foreach.across.modules.web.resource with parameters of type WebAppLinkBuilderModifier and TypeMethodDescriptionstatic voidWebResourceUtils.storeLinkBuilder(WebAppLinkBuilder pathResolver, jakarta.servlet.http.HttpServletRequest request)  - 
Uses of WebAppLinkBuilder in com.foreach.across.modules.web.ui
Fields in com.foreach.across.modules.web.ui declared as WebAppLinkBuilderModifier and TypeFieldDescriptionstatic final WebAppLinkBuilderDefaultViewElementBuilderContext.FALLBACK_LINK_BUILDERMethods in com.foreach.across.modules.web.ui that return WebAppLinkBuilderMethods in com.foreach.across.modules.web.ui with parameters of type WebAppLinkBuilderModifier and TypeMethodDescriptionvoidDefaultViewElementBuilderContext.setWebAppLinkBuilder(WebAppLinkBuilder linkBuilder) Set theWebAppLinkBuilderthat should be used for calls toDefaultViewElementBuilderContext.buildLink(String).protected voidViewElementBuilderContextInterceptor.setWebAppLinkBuilder(WebAppLinkBuilder webAppLinkBuilder)