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()
.AbstractWebRequestRule
Parses and matches a single media type expression to a request's 'Content-Type' header.Supports media type expressions as described in:RequestMapping.consumes()
andRequestMapping.produces()
.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.StringNameValueExpression
WebRequest
HeaderNameValueExpression
WebRequest
ParameterNameValueExpression
NativeWebRequest
Rule was inspired by org.springframework.web.servlet.mvc.condition.RequestCondition