Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以从果冻文件(global.jelly)中访问其他描述符?
textbox例如,将数据填充到 a 中的唯一方法是使用DescriptorImpl安装在 jelly 中的描述符:
textbox
DescriptorImpl
<f:textbox default="${descriptor.getName()}" />
但是我需要来自另一个插件的数据吗?是否可以从不属于此插件的果冻文件中访问此数据?