|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--com.lutris.appserver.server.httpPresentation.PageRedirectException | +--com.lutris.appserver.server.httpPresentation.ServerPageRedirectException
Exception used to signal a page redirection internal to server.
Constructor Summary | |
ServerPageRedirectException(java.lang.String url)
Constructor a server redirection exception. |
Methods inherited from class com.lutris.appserver.server.httpPresentation.PageRedirectException |
addArgument,
getUrl |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ServerPageRedirectException(java.lang.String url)
url
- The url where the request should be redirected.
It may have arguments encoded and/or they may be added with
addArgument
.PageRedirectException.addArgument(java.lang.String, java.lang.String)
|
Enhydra 3.1 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |