public final class WxMappingInfo extends Object implements org.springframework.web.servlet.mvc.condition.RequestCondition<WxMappingInfo>
Modifier and Type | Class and Description |
---|---|
static interface |
WxMappingInfo.Builder |
static class |
WxMappingInfo.BuilderConfiguration |
Constructor and Description |
---|
WxMappingInfo(String name,
Wx.Category category,
String eventKey,
WxCategoryCondition categories,
WxButtonTypeCondition buttonTypes,
WxEventTypeCondition eventTypes,
WxMessageTypeCondition messageTypes,
WxMessageWildcardCondition wildcards) |
Modifier and Type | Method and Description |
---|---|
static WxMappingInfo.Builder |
category(Wx.Category category) |
WxMappingInfo |
combine(WxMappingInfo other) |
int |
compareTo(WxMappingInfo other,
javax.servlet.http.HttpServletRequest request) |
boolean |
equals(Object other) |
Wx.Category |
getCategory() |
String |
getEventKey() |
WxMappingInfo |
getMatchingCondition(javax.servlet.http.HttpServletRequest request) |
String |
getName() |
WxButtonTypeCondition |
getWxButtonTypeCondition() |
WxCategoryCondition |
getWxCategoryCondition() |
WxEventTypeCondition |
getWxEventTypeCondition() |
WxMessageTypeCondition |
getWxMessageTypeCondition() |
WxMessageWildcardCondition |
getWxMessageWildcardCondition() |
int |
hashCode() |
String |
toString() |
public WxMappingInfo(String name, Wx.Category category, String eventKey, WxCategoryCondition categories, WxButtonTypeCondition buttonTypes, WxEventTypeCondition eventTypes, WxMessageTypeCondition messageTypes, WxMessageWildcardCondition wildcards)
public String getName()
public String getEventKey()
public Wx.Category getCategory()
public WxCategoryCondition getWxCategoryCondition()
public WxButtonTypeCondition getWxButtonTypeCondition()
public WxEventTypeCondition getWxEventTypeCondition()
public WxMessageTypeCondition getWxMessageTypeCondition()
public WxMessageWildcardCondition getWxMessageWildcardCondition()
public WxMappingInfo combine(WxMappingInfo other)
combine
in interface org.springframework.web.servlet.mvc.condition.RequestCondition<WxMappingInfo>
public WxMappingInfo getMatchingCondition(javax.servlet.http.HttpServletRequest request)
getMatchingCondition
in interface org.springframework.web.servlet.mvc.condition.RequestCondition<WxMappingInfo>
public int compareTo(WxMappingInfo other, javax.servlet.http.HttpServletRequest request)
compareTo
in interface org.springframework.web.servlet.mvc.condition.RequestCondition<WxMappingInfo>
public static WxMappingInfo.Builder category(Wx.Category category)
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.