ContentTypePatternMatcher

Members

Functions

getMatchType
MatchType getMatchType()
Undocumented in source. Be warned that the author may not have intended to support it.
match
MatchResult match(string value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From AbstractPatternMatcher

_patternMap
Map!(PatternRule, Set!(Router)) _patternMap;
Undocumented in source.
PatternRule
class PatternRule
Undocumented in source.
getMatchType
MatchType getMatchType()
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(string rule, Router router)
Undocumented in source. Be warned that the author may not have intended to support it.
match
MatchResult match(string v)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta