constants.xdt

来自「this is for appfuse1.8 source using stru」· 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 + -
显示快捷键?