Ejemplo n.º 1
0
 protected void fullPageRedirect(AWRequestContext requestContext) {
   AWResponse response = requestContext.response();
   response.appendContent(RedirectStringStart);
   response.appendContent(AWCurrWindowDecl.currWindowDecl(requestContext));
   response.appendContent(RedirectStmt);
   response.appendContent(escapeJavascript(getRedirectUrl(requestContext)));
   response.appendContent(RedirectStringFinish);
 }