Package | Description |
---|---|
com.mxixm.fastboot.weixin.mvc.annotation | |
com.mxixm.fastboot.weixin.mvc.method |
Modifier and Type | Method and Description |
---|---|
protected WxMappingInfo |
WxMappingHandlerMapping.getMappingForMethod(Method method,
Class<?> handlerType) |
protected WxMappingInfo |
WxMappingHandlerMapping.getMatchingMapping(WxMappingInfo mapping,
javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
Map<WxMappingInfo,org.springframework.web.method.HandlerMethod> |
WxMappingHandlerMapping.getHandlerMethods() |
protected Comparator<WxMappingInfo> |
WxMappingHandlerMapping.getMappingComparator(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Set<String> |
WxMappingHandlerMapping.getMappingPathPatterns(WxMappingInfo info) |
protected WxMappingInfo |
WxMappingHandlerMapping.getMatchingMapping(WxMappingInfo mapping,
javax.servlet.http.HttpServletRequest request) |
protected void |
WxMappingHandlerMapping.registerHandlerMethod(Object handler,
Method method,
WxMappingInfo mapping) |
void |
WxMappingHandlerMapping.registerMapping(WxMappingInfo mapping,
Object handler,
Method method) |
void |
WxMappingHandlerMapping.unregisterMapping(WxMappingInfo mapping) |
Modifier and Type | Method and Description |
---|---|
WxMappingInfo |
WxMappingInfo.Builder.build() |
WxMappingInfo |
WxMappingInfo.combine(WxMappingInfo other) |
WxMappingInfo |
WxMappingInfo.getMatchingCondition(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
WxMappingInfo |
WxMappingInfo.combine(WxMappingInfo other) |
int |
WxMappingInfo.compareTo(WxMappingInfo other,
javax.servlet.http.HttpServletRequest request) |
String |
WxMappingHandlerMethodNamingStrategy.getName(org.springframework.web.method.HandlerMethod handlerMethod,
WxMappingInfo mapping) |
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.