📄 tagdataparamnames.java
字号:
package jsp.tags.dapact.lookup;
/**
* Title: Data Aware Processing And Control Tags
* Description: Tag library for the processing and controlling the input and output of data.
* Copyright: LGPL (http://www.gnu.org/copyleft/lesser.html)
* Compile Date: @compile_date@
* @author Allen M Servedio
* @amp_sign@version @VERSION@
*/
/**
* This interface lists data and param names used by the tag classes.
*/
public interface TagDataParamNames
{
/**
* This data name will be looked for in the contexts (page, request, session,
* and servlet (application)) to define which filter value object to use.
*/
public static final String FILTER_VALUE_NAME_DATA_NAME = "jsp.tags.dapact.TagDataParamNames:FilterValueName";
/**
* This data name will be looked for in the contexts (page, request, session,
* and servlet (application)) to define which lookup value object to use.
*/
public static final String LOOKUP_VALUE_NAME_DATA_NAME = "jsp.tags.dapact.TagDataParamNames:LookupValueName";
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -