|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.err.ErrorPagePool
public final class ErrorPagePool
Handle Page Errors
Constructor Summary | |
---|---|
ErrorPagePool()
|
Method Summary | |
---|---|
void |
clear()
clear the error page pool |
ErrorPage |
getErrorPage(PageException pe,
short type)
returns the error page |
void |
removeErrorPage(PageException pe)
remove this error page |
void |
setErrorPage(ErrorPage errorPage)
sets the page error |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorPagePool()
Method Detail |
---|
public void setErrorPage(ErrorPage errorPage)
errorPage
- public ErrorPage getErrorPage(PageException pe, short type)
pe
- Page Exception
public void clear()
public void removeErrorPage(PageException pe)
type
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |