public abstract class BaseWebMvcConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BlockExceptionHandler |
blockExceptionHandler |
protected RequestOriginParser |
originParser |
protected String |
requestAttributeName |
| Constructor and Description |
|---|
BaseWebMvcConfig() |
| Modifier and Type | Method and Description |
|---|---|
BlockExceptionHandler |
getBlockExceptionHandler() |
RequestOriginParser |
getOriginParser() |
String |
getRequestAttributeName() |
void |
setBlockExceptionHandler(BlockExceptionHandler blockExceptionHandler) |
void |
setOriginParser(RequestOriginParser originParser) |
void |
setRequestAttributeName(String requestAttributeName) |
protected String requestAttributeName
protected BlockExceptionHandler blockExceptionHandler
protected RequestOriginParser originParser
public String getRequestAttributeName()
public void setRequestAttributeName(String requestAttributeName)
public BlockExceptionHandler getBlockExceptionHandler()
public void setBlockExceptionHandler(BlockExceptionHandler blockExceptionHandler)
public RequestOriginParser getOriginParser()
public void setOriginParser(RequestOriginParser originParser)
Copyright © 2019 Alibaba Group. All rights reserved.