Package hirondelle.predict.main.logoff

Examples of hirondelle.predict.main.logoff.LogoffAction.execute()


    fLogger.fine("Account deleted for user login name: " + getLoggedInUserName().getRawString() + ". This many rows deleted:" + numRecords);
   
    //interesting - log off by calling another action directly
    //BUT cannot use the response page of the other action
    Action logoff = new LogoffAction(getRequestParser());
    logoff.execute();
  }

  // PRIVATE //
  private static final ResponsePage FORWARD = TemplatedPage.get("Delete Your Account", "view.jsp", DeleteAccountAction.class);
  private static final ResponsePage REDIRECT = new ResponsePage("../../Home.jsp");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.