Modifier and Type | Class and Description |
---|---|
static class |
RestConfig.ExceptionMappingConfig |
Constructor and Description |
---|
RestConfig() |
Modifier and Type | Method and Description |
---|---|
RestConfig.ExceptionMappingConfig |
exceptionMapping() |
String |
getBaseParam() |
String |
getBaseRel() |
Set<Class<?>> |
getFeatures() |
Map<String,String> |
getJerseyProperties() |
String |
getJspPath() |
String |
getPath() |
boolean |
isJsonHome() |
boolean |
isStreamSupport() |
RestConfig |
setBaseParam(String baseParam) |
RestConfig |
setBaseRel(String baseRel) |
RestConfig |
setFeatures(Set<Class<?>> features) |
RestConfig |
setJerseyProperties(Map<String,String> jerseyProperties) |
RestConfig |
setJsonHome(boolean jsonHome) |
RestConfig |
setJspPath(String jspPath) |
RestConfig |
setPath(String path) |
RestConfig |
setStreamSupport(boolean streamSupport) |
public String getPath()
public RestConfig setPath(String path)
public String getJspPath()
public RestConfig setJspPath(String jspPath)
public String getBaseRel()
public RestConfig setBaseRel(String baseRel)
public String getBaseParam()
public RestConfig setBaseParam(String baseParam)
public boolean isJsonHome()
public RestConfig setJsonHome(boolean jsonHome)
public RestConfig setJerseyProperties(Map<String,String> jerseyProperties)
public RestConfig setFeatures(Set<Class<?>> features)
public RestConfig.ExceptionMappingConfig exceptionMapping()
public boolean isStreamSupport()
public RestConfig setStreamSupport(boolean streamSupport)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.