Subversion Repositories SmartDukaan

Rev

Rev 8962 | Rev 8964 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8962 Rev 8963
Line 79... Line 79...
79
import com.opensymphony.xwork2.ValidationAwareSupport;
79
import com.opensymphony.xwork2.ValidationAwareSupport;
80
 
80
 
81
public class FlipkartDashboardController extends ValidationAwareSupport implements ServletRequestAware ,ServletResponseAware, ServletContextAware{
81
public class FlipkartDashboardController extends ValidationAwareSupport implements ServletRequestAware ,ServletResponseAware, ServletContextAware{
82
	private static Logger logger = LoggerFactory.getLogger(FlipkartDashboardController.class);
82
	private static Logger logger = LoggerFactory.getLogger(FlipkartDashboardController.class);
83
	private static final int FLIPKART_SOURCE_ID = 8;
83
	private static final int FLIPKART_SOURCE_ID = 8;
84
	private static final int FLIPKART_GATEWAY_ID = 18;
84
	private static final int FLIPKART_GATEWAY_ID = 17;
85
	private static final int FLIPKART_LOGISTICS_ID = 19;
85
	private static final int FLIPKART_LOGISTICS_ID = 19;
86
	private HttpServletRequest request;
86
	private HttpServletRequest request;
87
	private HttpServletResponse response;
87
	private HttpServletResponse response;
88
	private HttpSession session;
88
	private HttpSession session;
89
	private ServletContext context;
89
	private ServletContext context;