Class ErrorPageConfig
java.lang.Object
com.tremolosecurity.openunison.undertow.ErrorPageConfig
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
void
setCode
(int code) void
setLocation
(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
-