constants.xdt
来自「appfuse一套结合STRUTS+SPRING+HIBERNATE的框架」· XDT 代码 · 共 14 行
XDT
14 行
<XDtTagDef:tagDef namespace="Form" handler="org.example.antbook.xdoclet.FormTagsHandler"/>//<XDtForm:className/>-START
/**
* The request scope attribute that holds the <XDtForm:classNameLower/> form.
*/
public static final String <XDtForm:classNameUpper/>_KEY = "<XDtForm:classNameLower/>Form";
/**
* The request scope attribute that holds the <XDtForm:classNameLower/> list
*/
public static final String <XDtForm:classNameUpper/>_LIST = "<XDtForm:classNameLower/>List";
//<XDtForm:className/>-END
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?