类 RequestMappingEndpoint

  • 所有已实现的接口:
    org.springframework.beans.factory.Aware, Endpoint<Map<String,​Object>>, org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware

    @ConfigurationProperties(prefix="endpoints.mappings")
    public class RequestMappingEndpoint
    extends AbstractEndpoint<Map<String,​Object>>
    implements org.springframework.context.ApplicationContextAware
    Endpoint to expose Spring MVC mappings.
    • 方法详细资料

      • setApplicationContext

        public void setApplicationContext​(org.springframework.context.ApplicationContext applicationContext)
                                   throws org.springframework.beans.BeansException
        指定者:
        setApplicationContext 在接口中 org.springframework.context.ApplicationContextAware
        抛出:
        org.springframework.beans.BeansException
      • setHandlerMappings

        public void setHandlerMappings​(List<org.springframework.web.servlet.handler.AbstractUrlHandlerMapping> handlerMappings)
        Set the handler mappings.
        参数:
        handlerMappings - the handler mappings
      • setMethodMappings

        public void setMethodMappings​(List<org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<?>> methodMappings)
        Set the method mappings.
        参数:
        methodMappings - the method mappings