Class NonUriTemplateHandler

java.lang.Object
icu.easyj.web.spring.NonUriTemplateHandler
All Implemented Interfaces:
org.springframework.web.util.UriTemplateHandler

public class NonUriTemplateHandler extends Object implements org.springframework.web.util.UriTemplateHandler
空的URI模板处理器
Author:
wangliang181230
  • Method Details

    • expand

      public URI expand(String uriTemplate, Map<String,?> uriVariables)
      Specified by:
      expand in interface org.springframework.web.util.UriTemplateHandler
    • expand

      public URI expand(String uriTemplate, Object... uriVariables)
      Specified by:
      expand in interface org.springframework.web.util.UriTemplateHandler
    • getInstance

      public static org.springframework.web.util.UriTemplateHandler getInstance()
      获取实例
      Returns:
      空的URI模板处理器