Package org.springframework.web.servlet.mvc.method.condition

Interface Summary
RequestCondition Defines the contract for conditions that must be met before an incoming request matches a RequestKey.
 

Class Summary
ConsumesRequestCondition Represents a collection of consumes conditions, typically obtained from @RequestMapping.consumes().
HeadersRequestCondition Represents a collection of header request conditions, typically obtained from @RequestMapping.headers().
ParamsRequestCondition Represents a collection of parameter request conditions, typically obtained from @RequestMapping.params().
ProducesRequestCondition Represents a collection of produces conditions, typically obtained from @RequestMapping.produces().
RequestConditionFactory Factory for RequestCondition objects.
RequestMethodsRequestCondition Represents a collection of RequestMethod conditions, typically obtained from @RequestMapping.methods().