webbeans.rnc
来自「RESIN 3.2 最新源码」· RNC 代码 · 共 72 行
RNC
72 行
default namespace w = "http://caucho.com/ns/resin"start = w_web-beansw_Any = text | (attribute * {string} | element * { w_Any })*w_binding = element binding { string}w_class = element class { string}w_component = element component { w_binding* & w_class? & w_init? & w_name? & w_producer? & w_scope? & w_type?}w_component-type = attribute component-type { string } | element component-type { string }w_component-types = element component-types { w_component-type*}w_name = element name { string}w_init = element init { w_Any}w_interceptor = element interceptor { w_binding & w_class}w_interceptors = element interceptors { element interceptor { string }*}w_producer = element producer { string}w_type = element type { string}w_scope = element scope { string}w_web-beans = element web-beans { w_component* & w_component-types* & w_interceptor* & w_interceptors?}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?