Uses of Package
io.microsphere.spring.web.rule
Packages that use io.microsphere.spring.web.rule
-
Classes in io.microsphere.spring.web.rule used by io.microsphere.spring.web.ruleClassDescriptionSupports "name=value" style expressions as described in:
RequestMapping.params()andRequestMapping.headers().AbstractWebRequestRuleParses and matches a single media type expression to a request's 'Content-Type' header.AMediaTypeExpressionimplementation that supports matching against a specific media type, with optional negation.A contract for media type expressions (e.g.A contract for"name!=value"style expression used to specify request parameters and request header conditions in@RequestMapping.Parses and matches a single media type expression to a request's 'Accept' header.WebRequestHeaderNameValueExpressionWebRequestParameterNameValueExpressionNativeWebRequestRule was inspired by org.springframework.web.servlet.mvc.condition.RequestCondition