|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.server.webapp.ErrorPage
public class ErrorPage
Resin's application implementation.
Constructor Summary | |
---|---|
ErrorPage()
Creates the error page. |
Method Summary | |
---|---|
int |
getErrorCode()
Gets the error code. |
java.lang.String |
getExceptionType()
Gets the exception type |
java.lang.String |
getLocation()
Gets the location. |
void |
init()
Init |
void |
setErrorCode(int code)
Sets the error code. |
void |
setExceptionType(java.lang.String exceptionType)
Sets the exception type |
void |
setLocation(java.lang.String location)
Sets the location. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorPage()
Method Detail |
---|
public void setLocation(java.lang.String location)
public java.lang.String getLocation()
public void setExceptionType(java.lang.String exceptionType)
public java.lang.String getExceptionType()
public void setErrorCode(int code)
public int getErrorCode()
@PostConstruct public void init() throws ServletException
ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |