Package com.foreach.across.modules.web.mvc.condition
package com.foreach.across.modules.web.mvc.condition
-
ClassDescriptionAbstractCustomRequestCondition<T extends AbstractCustomRequestCondition<T>>A base class for
CustomRequestCondition
types providing implementations ofAbstractRequestCondition.equals(Object)
,AbstractRequestCondition.hashCode()
, andAbstractRequestCondition.toString()
.Collection ofCustomRequestCondition
with different semantics than theCompositeRequestCondition
.CustomRequestCondition<T extends CustomRequestCondition<T>>Extension ofRequestCondition
that is aware of the annotated element it is for (either handler type or method).CustomRequestMapping
that matches based on one or moreCustomRequestCondition
classes.