Uses of Class
io.hawt.springboot.EndpointPathResolver
-
-
Uses of EndpointPathResolver in io.hawt.springboot
Methods in io.hawt.springboot that return EndpointPathResolver Modifier and Type Method Description EndpointPathResolverHawtioEndpointAutoConfiguration. 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 EndpointPathResolver Modifier and Type Method Description org.springframework.boot.web.servlet.FilterRegistrationBean<io.hawt.web.auth.AuthenticationFilter>HawtioManagementConfiguration. authenticationFilter(EndpointPathResolver pathResolver)org.springframework.boot.web.servlet.FilterRegistrationBean<io.hawt.web.filters.BaseTagHrefFilter>HawtioManagementConfiguration. baseTagHrefFilter(EndpointPathResolver pathResolver)org.springframework.boot.web.servlet.FilterRegistrationBean<io.hawt.web.filters.FlightRecordingDownloadFacade>HawtioManagementConfiguration. flightRecorderDownloadFacade(EndpointPathResolver pathResolver)HawtioEndpointHawtioEndpointAutoConfiguration. hawtioEndpoint(EndpointPathResolver endpointPathResolver)org.springframework.web.servlet.handler.SimpleUrlHandlerMappingHawtioManagementConfiguration. hawtioUrlMapping(EndpointPathResolver pathResolver)Constructors in io.hawt.springboot with parameters of type EndpointPathResolver Constructor Description HawtioEndpoint(EndpointPathResolver endpointPath)HawtioManagementConfiguration(EndpointPathResolver pathResolver)
-