public class UrlConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CONTEXT_NAME
默认的上下文名称
|
Constructor and Description |
---|
UrlConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getCertBean() |
String |
getKey() |
String |
getMethod() |
String |
getResultTypes() |
String |
getUrl() |
void |
setCertBean(String certBean) |
void |
setKey(String key) |
void |
setMethod(String method) |
void |
setResultTypes(String resultTypes) |
void |
setUrl(String url) |
public static final String DEFAULT_CONTEXT_NAME
public String getResultTypes()
public void setResultTypes(String resultTypes)
public String getMethod()
public void setMethod(String method)
public String getKey()
public void setKey(String key)
public String getUrl()
public void setUrl(String url)
public String getCertBean()
public void setCertBean(String certBean)
Copyright © 2006–2018 TinyGroup. All rights reserved.