Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.ui.web.seamremoting
Class SeamRemotingJSBuilderComponent

java.lang.Object
  extended by org.nuxeo.runtime.model.DefaultComponent
      extended by org.nuxeo.ecm.platform.ui.web.seamremoting.SeamRemotingJSBuilderComponent
All Implemented Interfaces:
SeamRemotingJSBuilderService, Adaptable, Component, Extensible

@Name(value="SeamRemotingJSBuilderService")
@Scope(value=STATELESS)
public class SeamRemotingJSBuilderComponent
extends DefaultComponent
implements SeamRemotingJSBuilderService


Field Summary
static java.lang.String EP_REMOTABLE_SEAMBEANS
           
 
Constructor Summary
SeamRemotingJSBuilderComponent()
           
 
Method Summary
 java.util.List<java.lang.String> getRemotableBeanNames()
           
 java.lang.String getSeamRemotingJavaScriptURLParameters()
           
 void registerContribution(java.lang.Object contribution, java.lang.String extensionPoint, ComponentInstance contributor)
           
 
Methods inherited from class org.nuxeo.runtime.model.DefaultComponent
activate, deactivate, getAdapter, registerExtension, unregisterContribution, unregisterExtension
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EP_REMOTABLE_SEAMBEANS

public static final java.lang.String EP_REMOTABLE_SEAMBEANS
See Also:
Constant Field Values
Constructor Detail

SeamRemotingJSBuilderComponent

public SeamRemotingJSBuilderComponent()
Method Detail

registerContribution

public void registerContribution(java.lang.Object contribution,
                                 java.lang.String extensionPoint,
                                 ComponentInstance contributor)
Overrides:
registerContribution in class DefaultComponent

getRemotableBeanNames

public java.util.List<java.lang.String> getRemotableBeanNames()
Specified by:
getRemotableBeanNames in interface SeamRemotingJSBuilderService

getSeamRemotingJavaScriptURLParameters

@Factory(value="SeamRemotingBeanNames",
         scope=APPLICATION)
public java.lang.String getSeamRemotingJavaScriptURLParameters()
Specified by:
getSeamRemotingJavaScriptURLParameters in interface SeamRemotingJSBuilderService

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.