Advertisement
widana

Untitled

Feb 1st, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.52 KB | None | 0 0
  1. package org.jleaf.erp.master.web;
  2.  
  3. /**
  4.  * Master Web Constants for XCom
  5.  *
  6.  * @author Didit Setya Bahari, 14 November 2016
  7.  */
  8. public class MasterWebConstantsForXcom {   
  9.  
  10.     public static final String COUNT_VIEW_UPLOADER_URL = "upload/count/result/";
  11.     public static final String VIEW_UPLOADER_URL = "upload/result/";
  12.     public static final String DOWNLOAD_ALL_URL = "download/all/";
  13.     public static final String DOWNLOAD_FAIL_URL = "download/fail/";
  14.     public static final String DOWNLOAD_ERROR_URL = "download/error/";
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement