public static class ContentHandlerMapping.StoreCondition extends Object implements org.springframework.web.servlet.mvc.condition.RequestCondition<ContentHandlerMapping.StoreCondition>
| Constructor and Description |
|---|
StoreCondition(ContentHandlerMapping.StoreType typeAnnotation,
ContentStoreService stores,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
ContentHandlerMapping.StoreCondition |
combine(ContentHandlerMapping.StoreCondition other) |
int |
compareTo(ContentHandlerMapping.StoreCondition other,
javax.servlet.http.HttpServletRequest request) |
ContentHandlerMapping.StoreCondition |
getMatchingCondition(javax.servlet.http.HttpServletRequest request) |
boolean |
isMappingForRequest(javax.servlet.http.HttpServletRequest request) |
public StoreCondition(ContentHandlerMapping.StoreType typeAnnotation, ContentStoreService stores, Method method)
public ContentHandlerMapping.StoreCondition combine(ContentHandlerMapping.StoreCondition other)
combine in interface org.springframework.web.servlet.mvc.condition.RequestCondition<ContentHandlerMapping.StoreCondition>public ContentHandlerMapping.StoreCondition getMatchingCondition(javax.servlet.http.HttpServletRequest request)
getMatchingCondition in interface org.springframework.web.servlet.mvc.condition.RequestCondition<ContentHandlerMapping.StoreCondition>public int compareTo(ContentHandlerMapping.StoreCondition other, javax.servlet.http.HttpServletRequest request)
compareTo in interface org.springframework.web.servlet.mvc.condition.RequestCondition<ContentHandlerMapping.StoreCondition>public boolean isMappingForRequest(javax.servlet.http.HttpServletRequest request)
Copyright © 2018 Paul Warren. All rights reserved.