Changed Methods |
RequestConditionHolder combine(RequestConditionHolder )
|
Documentation changed from old to new. |
Combine the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type. |
int compareTo(RequestConditionHolder, HttpServletRequest)
|
Documentation changed from old to new. |
Compare the request conditions held by the two RequestConditionHolder
instances after making sure the conditions are of the same type. |
RequestConditionHolder getMatchingCondition(HttpServletRequest )
|
Documentation changed from old to new. |
Get the matching condition for the held request condition wrap it in a
new RequestConditionHolder instance. |