程序包 cn.taketoday.web
类 HandlerMatchingMetadata
java.lang.Object
cn.taketoday.web.HandlerMatchingMetadata
- 从以下版本开始:
- 4.0 2022/2/17 14:16
- 作者:
- Harry Yang
-
字段概要
字段修饰符和类型字段说明private PathPatternprivate final Stringprivate final Objectprivate final PathContainerprivate PathMatchInfoprivate PathContainerprivate final PathPatternParserprivate MediaType[] -
构造器概要
构造器构造器说明HandlerMatchingMetadata(RequestContext request) HandlerMatchingMetadata(Object handler, RequestContext request) HandlerMatchingMetadata(Object handler, RequestContext request, PathPatternParser patternParser) HandlerMatchingMetadata(Object handler, String directLookupPath, PathContainer lookupPath, PathPattern bestMatchingPattern, PathPatternParser patternParser) -
方法概要
修饰符和类型方法说明getMatrixVariable(String name) This method returns PathVariables is after type conversiongetUriVariable(String name) booleanvoidsetProducibleMediaTypes(MediaType[] producibleMediaTypes)
-
字段详细资料
-
handler
-
directLookupPath
-
lookupPath
-
bestMatchingPattern
-
pathWithinMapping
-
pathMatchInfo
-
producibleMediaTypes
-
patternParser
-
pathVariables
-
-
构造器详细资料
-
HandlerMatchingMetadata
-
HandlerMatchingMetadata
-
HandlerMatchingMetadata
public HandlerMatchingMetadata(Object handler, RequestContext request, PathPatternParser patternParser) -
HandlerMatchingMetadata
public HandlerMatchingMetadata(Object handler, String directLookupPath, PathContainer lookupPath, PathPattern bestMatchingPattern, PathPatternParser patternParser) -
HandlerMatchingMetadata
-
-
方法详细资料
-
getPathMatchInfo
-
getPathWithinMapping
-
getPathVariables
This method returns PathVariables is after type conversion -
hasPathVariables
public boolean hasPathVariables() -
getUriVariables
-
getUriVariable
-
getMatrixVariables
-
getMatrixVariable
-
getBestMatchingPattern
-
getLookupPath
-
getDirectLookupPath
-
setProducibleMediaTypes
-
getProducibleMediaTypes
-
getHandler
-