📄 constants.xdt
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -