resin-ear-content.rnc
来自「RESIN 3.2 最新源码」· RNC 代码 · 共 62 行
RNC
62 行
default namespace r = "http://caucho.com/ns/resin"namespace local = ""r_alt-dd = element alt-dd { string }r_application = element application { attribute id { string }? & r_application-Content}r_application-Content = r_env-Basis & r_description-Group & r_module+ & r_root-directory & r_security-role*## path to rar connectorear_connector = element connector { j2ee_path }## the context root of the web applicationr_context-root = element context-root { string }## path to ejb jarr_ejb = element ejb { j2ee_path }## path to application client moduler_java = element java { j2ee_path }r_module = element module { attribute id { string }?, (ear_connector | r_ejb | r_java | r_web), r_alt-dd?}r_web = element web { attribute id { string }?, r_web-uri, r_context-root}r_web-uri = element web-uri { string}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?