Example usage for org.springframework.boot.actuate.endpoint.web.servlet AbstractWebMvcEndpointHandlerMapping subclass-usage

List of usage examples for org.springframework.boot.actuate.endpoint.web.servlet AbstractWebMvcEndpointHandlerMapping subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.actuate.endpoint.web.servlet AbstractWebMvcEndpointHandlerMapping subclass-usage.

Usage

From source file org.springframework.boot.actuate.autoconfigure.cloudfoundry.CloudFoundryWebEndpointServletHandlerMapping.java

/**
 * A custom {@link RequestMappingInfoHandlerMapping} that makes web endpoints available on
 * Cloud Foundry specific URLs over HTTP using Spring MVC.
 *
 * @author Madhura Bhave
 */

From source file org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryWebEndpointServletHandlerMapping.java

/**
 * A custom {@link RequestMappingInfoHandlerMapping} that makes web endpoints available on
 * Cloud Foundry specific URLs over HTTP using Spring MVC.
 *
 * @author Madhura Bhave
 */