public class PathInfo
extends java.lang.Object
构造器和说明 |
---|
PathInfo() |
PathInfo(javax.servlet.http.HttpServletRequest request) |
PathInfo(java.lang.String url,
HttpMethodType httpMethodType) |
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getContentType() |
HttpMethodType |
getHttpMethodType() |
RouteUrlMatchingRuleServiceImpl.RuleKey |
getRuleKey() |
java.lang.String |
getUrl() |
void |
setContentType(java.lang.String contentType) |
void |
setHttpMethodType(HttpMethodType httpMethodType) |
void |
setUrl(java.lang.String url) |
java.lang.String |
toString() |
public PathInfo(javax.servlet.http.HttpServletRequest request)
public PathInfo(java.lang.String url, HttpMethodType httpMethodType)
public PathInfo()
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
public HttpMethodType getHttpMethodType()
public void setHttpMethodType(HttpMethodType httpMethodType)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public RouteUrlMatchingRuleServiceImpl.RuleKey getRuleKey()
public java.lang.String toString()
toString
在类中 java.lang.Object