Uses of Interface
com.foreach.across.modules.web.context.WebAppPathResolver
Packages that use WebAppPathResolver
Package
Description
-
Uses of WebAppPathResolver in com.foreach.across.modules.web.config.support
Classes in com.foreach.across.modules.web.config.support that implement WebAppPathResolver -
Uses of WebAppPathResolver in com.foreach.across.modules.web.context
Classes in com.foreach.across.modules.web.context that implement WebAppPathResolverModifier and TypeClassDescriptionclass
Helper class for relative urls that need a prefix.class
Constructors in com.foreach.across.modules.web.context with parameters of type WebAppPathResolverModifierConstructorDescriptionPrefixingSupportingWebAppLinkBuilder
(WebAppPathResolver pathResolver, jakarta.servlet.ServletContext servletContext) -
Uses of WebAppPathResolver in com.foreach.across.modules.web.mvc
Constructors in com.foreach.across.modules.web.mvc with parameters of type WebAppPathResolverModifierConstructorDescriptionWebAppPathResolverExposingInterceptor
(@NonNull WebAppPathResolver webAppPathResolver) -
Uses of WebAppPathResolver in com.foreach.across.modules.web.resource
Methods in com.foreach.across.modules.web.resource that return WebAppPathResolverModifier and TypeMethodDescriptionstatic WebAppPathResolver
WebResourceUtils.currentPathResolver()
static WebAppPathResolver
WebResourceUtils.getPathResolver
(jakarta.servlet.http.HttpServletRequest request) static WebAppPathResolver
WebResourceUtils.getPathResolver
(org.springframework.web.context.request.RequestAttributes request) Methods in com.foreach.across.modules.web.resource with parameters of type WebAppPathResolverModifier and TypeMethodDescriptionstatic void
WebResourceUtils.storePathResolver
(WebAppPathResolver pathResolver, jakarta.servlet.http.HttpServletRequest request) -
Uses of WebAppPathResolver in com.foreach.across.modules.web.thymeleaf
Constructors in com.foreach.across.modules.web.thymeleaf with parameters of type WebAppPathResolver