ejbkeys.java

来自「哈工大cerp系统代码」· Java 代码 · 共 16 行

JAVA
16
字号
package com.huiton.mainframe.util;

/**
 * This interface contains all the keys that are used to
 * store data in the different scopes of web-tier. These
 * values are the same as those used in various ejb
 * components .
 */
public interface EJBKeys {

    public static final String USERNAME = "userName";
    public static final String PASSWORD = "password";

}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?