|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jsxp.framework.ViewController
org.jsxp.framework.webroot.generated.jsxpframework.components.ErrorXhtmlControllerGenerated
org.jsxp.framework.webroot.jsxpframework.components.ErrorXhtmlController
public class ErrorXhtmlController
The Class ErrorXhtmlController. ViewController
for the standard jsxp component to send
an error result page to the client. You can use it by creating a new instance from this error
controller by redirecting to this instance with the redirects methods of your
ViewController
.
Field Summary |
---|
Fields inherited from class org.jsxp.framework.ViewController |
---|
idElements |
Constructor Summary | |
---|---|
ErrorXhtmlController(int httpStatusCode,
java.lang.String errorMessage,
java.lang.String errorDescription)
Instantiates a new error xhtml controller. |
Method Summary | |
---|---|
int |
getStatusCode()
Gets the status code. |
void |
init()
This method will be called by the jsxp framework in the initializing phase. |
Methods inherited from class org.jsxp.framework.webroot.generated.jsxpframework.components.ErrorXhtmlControllerGenerated |
---|
setVariableErrorCode, setVariableErrorDescription, setVariableErrorMessage |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ErrorXhtmlController(int httpStatusCode, java.lang.String errorMessage, java.lang.String errorDescription)
httpStatusCode
- the http status codeerrorMessage
- the error messageerrorDescription
- the error descriptionMethod Detail |
---|
public int getStatusCode()
ViewController
getStatusCode
in class ViewController
public void init()
ViewController
init
in class ViewController
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |