Class ErrorPageConfig
java.lang.Object
com.tremolosecurity.openunison.undertow.ErrorPageConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCode()voidsetCode(int code) voidsetLocation(String location)
-
Constructor Details
-
ErrorPageConfig
public ErrorPageConfig()
-
-
Method Details
-
getCode
public int getCode()- Returns:
- the code
-
getLocation
- Returns:
- the location
-
setCode
public void setCode(int code) - Parameters:
code- the code to set
-
setLocation
- Parameters:
location- the location to set
-