public static class ProxyConfig.Application extends Object
Modifier and Type | Field and Description |
---|---|
protected AdapterConfig |
adapterConfig |
protected String |
basePath |
protected List<ProxyConfig.Constraint> |
constraints |
protected String |
errorPage |
Constructor and Description |
---|
ProxyConfig.Application() |
Modifier and Type | Method and Description |
---|---|
AdapterConfig |
getAdapterConfig() |
String |
getBasePath() |
List<ProxyConfig.Constraint> |
getConstraints() |
String |
getErrorPage() |
void |
setAdapterConfig(AdapterConfig adapterConfig) |
void |
setBasePath(String basePath) |
void |
setConstraints(List<ProxyConfig.Constraint> constraints) |
void |
setErrorPage(String errorPage) |
protected String basePath
protected AdapterConfig adapterConfig
protected String errorPage
protected List<ProxyConfig.Constraint> constraints
public String getBasePath()
public void setBasePath(String basePath)
public AdapterConfig getAdapterConfig()
public void setAdapterConfig(AdapterConfig adapterConfig)
public String getErrorPage()
public void setErrorPage(String errorPage)
public List<ProxyConfig.Constraint> getConstraints()
public void setConstraints(List<ProxyConfig.Constraint> constraints)
Copyright © 2015. All rights reserved.