|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
com.lutris.appserver.server.httpPresentation.PageRedirectException
com.lutris.appserver.server.httpPresentation.ClientPageRedirectException
public class ClientPageRedirectException
Exception used to signal a page redirection via the client.
Field Summary |
---|
Fields inherited from class com.lutris.appserver.server.httpPresentation.PageRedirectException |
---|
encoding |
Constructor Summary | |
---|---|
ClientPageRedirectException(java.lang.String url)
Constructor a client redirection exception. |
|
ClientPageRedirectException(java.lang.String url,
java.lang.String encoding)
Constructor a client redirection exception. |
Method Summary |
---|
Methods inherited from class com.lutris.appserver.server.httpPresentation.PageRedirectException |
---|
addArgument, getEncoding, getUrl |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClientPageRedirectException(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)
public ClientPageRedirectException(java.lang.String url, java.lang.String encoding)
url
- The url where the request should be redirected.
It may have arguments encoded and/or they may be added with
addArgument
.encoding
- character encoding to use.PageRedirectException.addArgument(java.lang.String, java.lang.String)
|
EAF 7.4 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |