Uses of Interface
org.apache.shindig.gadgets.config.ConfigContributor

Packages that use ConfigContributor
org.apache.shindig.gadgets.config   
org.apache.shindig.gadgets.render   
org.apache.shindig.gadgets.servlet   
 

Uses of ConfigContributor in org.apache.shindig.gadgets.config
 

Classes in org.apache.shindig.gadgets.config that implement ConfigContributor
 class CoreUtilConfigContributor
          Populates the core.util configuration, which at present includes the list of features that are supported.
 class OsapiServicesConfigContributor
          Populates the osapi.services configuration, which includes the osapi endpoints this container supports.
 class ShindigAuthConfigContributor
           
 class XhrwrapperConfigContributor
          Provides config support for the xhrwrapper feature.
 

Uses of ConfigContributor in org.apache.shindig.gadgets.render
 

Fields in org.apache.shindig.gadgets.render with type parameters of type ConfigContributor
protected  Map<String,ConfigContributor> RenderingGadgetRewriter.configContributors
           
 

Constructor parameters in org.apache.shindig.gadgets.render with type arguments of type ConfigContributor
RenderingGadgetRewriter(MessageBundleFactory messageBundleFactory, ContainerConfig containerConfig, FeatureRegistry featureRegistry, JsUriManager jsUriManager, Map<String,ConfigContributor> configContributors)
           
 

Uses of ConfigContributor in org.apache.shindig.gadgets.servlet
 

Fields in org.apache.shindig.gadgets.servlet with type parameters of type ConfigContributor
protected  Map<String,ConfigContributor> JsHandler.configContributors
           
 

Constructor parameters in org.apache.shindig.gadgets.servlet with type arguments of type ConfigContributor
JsHandler(FeatureRegistry registry, ContainerConfig containerConfig, Map<String,ConfigContributor> configContributors)
           
 



Copyright © 2007-2012. All Rights Reserved.