constants.xdt

来自「appfuse1.9.4开发的一个简单的人事管理,简单的增删改查,修正了disp」· 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 + -
显示快捷键?