public abstract class BaseWebMvcConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
protected BlockExceptionHandler |
blockExceptionHandler |
protected RequestOriginParser |
originParser |
protected String |
requestAttributeName |
protected String |
requestRefName |
| Constructor and Description |
|---|
BaseWebMvcConfig() |
| Modifier and Type | Method and Description |
|---|---|
BlockExceptionHandler |
getBlockExceptionHandler() |
RequestOriginParser |
getOriginParser() |
String |
getRequestAttributeName() |
String |
getRequestRefName()
Paired with attr name used to track reference count.
|
void |
setBlockExceptionHandler(BlockExceptionHandler blockExceptionHandler) |
void |
setOriginParser(RequestOriginParser originParser) |
void |
setRequestAttributeName(String requestAttributeName) |
protected String requestAttributeName
protected String requestRefName
protected BlockExceptionHandler blockExceptionHandler
protected RequestOriginParser originParser
public String getRequestAttributeName()
public void setRequestAttributeName(String requestAttributeName)
public String getRequestRefName()
public BlockExceptionHandler getBlockExceptionHandler()
public void setBlockExceptionHandler(BlockExceptionHandler blockExceptionHandler)
public RequestOriginParser getOriginParser()
public void setOriginParser(RequestOriginParser originParser)
Copyright © 2020 Alibaba Group. All rights reserved.