Extension point remotableSeamBeans
Documentation
Registers JS Remotable Seam Beans by their names
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent"> <remotableSeamBeans> <beans> <bean>FileManageActions</bean> <bean>workspaceActions</bean> <bean>documentActions</bean> <bean>popupHelper</bean> </beans> </remotableSeamBeans> </extension>
-
<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent"> <remotableSeamBeans> <beans> <bean>clipboardActions</bean> </beans> </remotableSeamBeans> </extension>
-
<extension point="remotableSeamBeans" target="org.nuxeo.ecm.platform.ui.web.SeamRemotingJSBuilderComponent"> <remotableSeamBeans> <beans> <bean>previewActions</bean> </beans> </remotableSeamBeans> </extension>