|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
java.lang.String |
getResultURI()
returns the URI of the result that the busy page should redirect to |
boolean |
isBusyPage()
true if this request is the busy page |
void |
normalRequest()
this request that should be processed normally |
void |
recursiveRequest()
this is a recursive request like forward, include etc |
void |
showBusyPage(boolean redirect)
this should redirect to a page saying "your result is computed, please wait ... ". |
Method Detail |
public void normalRequest() throws java.lang.Exception
java.lang.Exception
public void recursiveRequest() throws java.lang.Exception
java.lang.Exception
public void showBusyPage(boolean redirect) throws java.lang.Exception
redirect
- true, when the current page is not the busy page. false, if
the current page already is the busy page.
java.lang.Exception
public java.lang.String getResultURI()
public boolean isBusyPage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |