1 7 package com.inversoft.verge.mvc.test; 8 9 10 import com.inversoft.verge.mvc.controller.Action; 11 12 13 20 public class LongTxnSetup implements com.inversoft.verge.mvc.controller.LongTxnSetup { 21 22 public String getLongTxnStartURL(Action action) { 23 return "/longTxn1.jsp"; 24 } 25 26 public String getLongTxnEndURL(Action action) { 27 return null; 28 } 29 30 public String getLongTxnURLCategory(Action action) { 31 return null; 32 } 33 } 34 | Popular Tags |