Uses of Class
io.hawt.springboot.EndpointPathResolver
Packages that use EndpointPathResolver
-
Uses of EndpointPathResolver in io.hawt.springboot
Methods in io.hawt.springboot that return EndpointPathResolverModifier and TypeMethodDescriptionHawtioEndpointAutoConfiguration.hawtioEndpointPathResolver(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) Methods in io.hawt.springboot with parameters of type EndpointPathResolverModifier and TypeMethodDescriptionorg.springframework.boot.web.servlet.FilterRegistrationBean<BaseTagHrefFilter>HawtioManagementConfiguration.baseTagHrefFilter(EndpointPathResolver pathResolver) org.springframework.boot.web.servlet.FilterRegistrationBean<ClientRouteRedirectFilter>HawtioManagementConfiguration.clientRouteRedirectFilter(Redirector redirector, EndpointPathResolver pathResolver) This filter was calledLoginRedirectFilter, but now it also handles redirection/forwarding for client-side routes (React Router), so we no longer need this special RegExp mappedRequestMappingannotated method inHawtioEndpoint.org.springframework.boot.web.servlet.FilterRegistrationBean<FlightRecordingDownloadFacade>HawtioManagementConfiguration.flightRecorderDownloadFacade(EndpointPathResolver pathResolver) HawtioEndpointAutoConfiguration.hawtioEndpoint(EndpointPathResolver endpointPathResolver) org.springframework.web.servlet.handler.SimpleUrlHandlerMappingHawtioManagementConfiguration.hawtioUrlMapping(EndpointPathResolver pathResolver) org.springframework.web.servlet.handler.SimpleUrlHandlerMappingHawtioManagementConfiguration.hawtioWelcomeFiles(EndpointPathResolver pathResolver) org.springframework.boot.web.servlet.FilterRegistrationBean<AuthenticationFilter>HawtioManagementConfiguration.jolokiaAuthenticationFilter(EndpointPathResolver pathResolver) AuthenticationFilterhandling direct Jolokia Actuator endpoint requests (/actuator/jolokia/*).Constructors in io.hawt.springboot with parameters of type EndpointPathResolverModifierConstructorDescriptionHawtioEndpoint(EndpointPathResolver endpointPath) HawtioManagementConfiguration(EndpointPathResolver pathResolver)