public class ErrorPageRepository extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ErrorPageRepository.ErrorPageType |
| Constructor and Description |
|---|
ErrorPageRepository() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getErrorPage(int errorCode) |
static String |
getErrorPage(int errorCode,
Map<Object,Object> rSet) |
static ErrorPageRepository |
getInstance()
Deprecated.
|
static Hashtable<Object,Object> |
getReplaceSet() |
static void |
loadErrorPage(int errorCode,
String name,
ErrorPageRepository.ErrorPageType type) |
static void |
setReplaceSet(Hashtable<Object,Object> replaceSet) |
@Deprecated public static ErrorPageRepository getInstance()
public static void loadErrorPage(int errorCode,
String name,
ErrorPageRepository.ErrorPageType type)
public static String getErrorPage(int errorCode)