Package er.extensions.appserver

Examples of er.extensions.appserver.IERXPerformWOActionForResult.performAction()


      errorController.setResult(_result);
     
      if (log.isDebugEnabled())
        log.debug("The task had an error, so now calling " + errorController);
     
      nextPageResponse = errorController.performAction();
    } else {
      // Invoke the expected result controller
      if (log.isDebugEnabled())
        log.debug("The task completed normally. Now setting the result, " + taskResult
            + ", and calling " + nextPageForResultController());
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.