|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ErrorPage
represent a Error Page
Field Summary | |
---|---|
static short |
TYPE_EXCEPTION
|
static short |
TYPE_REQUEST
|
static short |
TYPE_VALIDATION
|
Method Summary | |
---|---|
String |
getException()
|
String |
getMailto()
|
PageSource |
getTemplate()
|
short |
getType()
|
String |
getTypeAsString()
Deprecated. use instead getException(); |
void |
setException(String exception)
sets the exception attribute |
void |
setMailto(String mailto)
sets the mailto attribute |
void |
setTemplate(PageSource template)
sets the template attribute |
void |
setType(short type)
|
void |
setTypeAsString(String exception)
Deprecated. use instead setException(String exception); |
Field Detail |
---|
static final short TYPE_EXCEPTION
static final short TYPE_REQUEST
static final short TYPE_VALIDATION
Method Detail |
---|
void setMailto(String mailto)
mailto
- void setTemplate(PageSource template)
template
- void setTypeAsString(String exception)
setException(String exception);
exception
- void setException(String exception)
exception
- String getMailto()
PageSource getTemplate()
String getTypeAsString()
getException();
String getException()
void setType(short type)
short getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |