Example usage for org.springframework.beans.factory.config AbstractFactoryBean subclass-usage

List of usage examples for org.springframework.beans.factory.config AbstractFactoryBean subclass-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory.config AbstractFactoryBean subclass-usage.

Usage

From source file com.github.mjeanroy.springmvc.view.mustache.configuration.MustacheTemplateLoaderFactoryBean.java

/**
 * Factory bean for {@link com.github.mjeanroy.springmvc.view.mustache.MustacheTemplateLoader} instance.
 */
public class MustacheTemplateLoaderFactoryBean extends AbstractFactoryBean<MustacheTemplateLoader>
        implements FactoryBean<MustacheTemplateLoader>, ApplicationContextAware, ResourceLoaderAware {

From source file info.archinnov.achilles.integration.spring.PersistenceManagerFactoryBean.java

            configMap.put(ENTITY_PACKAGES_PARAM, entityPackages);
        }
    }

    private void fillCluster(Map<String, Object> configMap) {
        if ((isBlank(contactPoints) || port == null || isBlank(keyspaceName))

From source file org.codehaus.groovy.grails.beans.factory.UrlMappingFactoryBean.java

/**
 * A factory bean that creates the URL mappings, checking if there is a bean
 * called urlMap in the ctx and merging that with the mappings set explicitly
 * on this bean.
 *
 * @author Graeme Rocher

From source file org.craftercms.commons.mongo.JongoFactoryBean.java

/**
 * Creates a Jongo singleton for application wide use.
 *
 * @author avasquez
 */
public class JongoFactoryBean extends AbstractFactoryBean<Jongo> {

From source file org.grails.plugins.web.mapping.factory.UrlMappingFactoryBean.java

/**
 * A factory bean that creates the URL mappings, checking if there is a bean
 * called urlMap in the ctx and merging that with the mappings set explicitly
 * on this bean.
 *
 * @author Graeme Rocher

From source file org.jahia.settings.EhCacheConfigFactoryBean.java

/**
 * Factory bean for obtaining the EhCache configuration resource from the base
 * name and taking into consideration if the cluster is activated.
 * 
 * @author Sergiy Shyrkov
 */

From source file org.jasig.portal.services.HttpClientFactoryBean.java

public class HttpClientFactoryBean extends AbstractFactoryBean<HttpClient> {
    private HttpConnectionManager httpConnectionManager;
    private String proxyHost;
    private int proxyPort = 8080;

    @Value("${org.jasig.portal.services.HttpClientManager.proxyHost:}")

From source file org.jasig.portal.services.MultiThreadedHttpConnectionManagerFactoryBean.java

public class MultiThreadedHttpConnectionManagerFactoryBean
        extends AbstractFactoryBean<MultiThreadedHttpConnectionManager> {
    private int maxTotalConnections = 200;
    private int defaultMaxConnectionsPerHost = 20;
    private int connectionTimeout = 5000;
    private int soTimeout = 2000;

From source file org.jasig.portal.utils.cache.MapCacheFactoryBean.java

/**
 * Factory bean that gets a Map<K extends Serializable, V> cache wrapper from the configured {@link CacheFactory}
 * for the specified cache name. If no name is specified the default cache is used. 
 * 
 * @author Eric Dalquist
 * @version $Revision$

From source file org.kuali.rice.ksb.impl.bus.InstanceIdFactoryBean.java

/**
 * A factory bean which is used to produce an instance id for the service bus.
 * 
 * <p>The value for the instance id is determined in the following order of preferences:
 * 
 * <ol>