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 TypeClassDescriptionclassHelper class for relative urls that need a prefix.classConstructors 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 WebAppPathResolverWebResourceUtils.currentPathResolver()static WebAppPathResolverWebResourceUtils.getPathResolver(jakarta.servlet.http.HttpServletRequest request) static WebAppPathResolverWebResourceUtils.getPathResolver(org.springframework.web.context.request.RequestAttributes request) Methods in com.foreach.across.modules.web.resource with parameters of type WebAppPathResolverModifier and TypeMethodDescriptionstatic voidWebResourceUtils.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