自定义的Constants存放常量,方便前端jsp页面调用
| 4 | * 自定义的Constants存放常量,方便前端jsp页面调用 |
| 5 | * */ |
| 6 | public class Constants { |
| 7 | |
| 8 | public final static String USER_SESSION = "userSession"; |
| 9 | public final static String ERROR = "error"; |
| 10 | public final static String ALLUSERMESSAGE = "allUserMessage"; |
| 11 | public final static String GOODSSLISt = "goodslist"; |
| 12 | public final static String GOODSINFO = "goodsinfo"; |
| 13 | public final static String CARTGOODS = "cartgoods"; |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected