Example usage for org.springframework.beans.factory BeanClassLoaderAware interface-usage

List of usage examples for org.springframework.beans.factory BeanClassLoaderAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.beans.factory BeanClassLoaderAware interface-usage.

Usage

From source file org.springframework.data.gemfire.support.AbstractFactoryBeanSupport.java

/**
 * The {@link AbstractFactoryBeanSupport} class is an abstract Spring {@link FactoryBean} base class implementation
 * encapsulating operations common to SDG's {@link FactoryBean} implementations.
 *
 * @author John Blum
 * @see org.apache.commons.logging.Log

From source file org.springframework.ui.context.support.ResourceBundleThemeSource.java

/**
 * {@link ThemeSource} implementation that looks up an individual
 * {@link java.util.ResourceBundle} per theme. The theme name gets
 * interpreted as ResourceBundle basename, supporting a common
 * basename prefix for all themes.
 *

From source file org.springframework.integration.scheduling.PollerFactory.java

/**
 * @author Oleg Zhurakousky
 * @since 2.0
 */
public class PollerFactory implements BeanClassLoaderAware, BeanFactoryAware {
    private final Log logger = LogFactory.getLog(this.getClass());

From source file org.red5.server.script.groovy.GroovyScriptFactory.java

/**
 * {@link org.springframework.scripting.ScriptFactory} implementation
 * for a Groovy script.
 * 
 * <p>Typically used in combination with a
 * {@link org.springframework.scripting.support.ScriptFactoryPostProcessor};

From source file org.springframework.transaction.interceptor.MethodMapTransactionAttributeSource.java

/**
 * Simple {@link TransactionAttributeSource} implementation that
 * allows attributes to be stored per method in a {@link Map}.
 *
 * @author Rod Johnson
 * @author Juergen Hoeller

From source file org.springframework.yarn.configuration.ConfigurationFactoryBean.java

/**
 * FactoryBean for creating {@link YarnConfiguration} instances.
 *
 * @author Costin Leau
 * @author Janne Valkealahti
 *

From source file com.sshdemo.common.schedule.generate.quartz.EwcmsMethodInvokingJobDetailFactoryBean.java

/**
 * 
 * @author wuzhijun
 *
 */
public class EwcmsMethodInvokingJobDetailFactoryBean extends ArgumentConvertingMethodInvoker

From source file org.hsweb.web.datasource.dynamic.DynamicDataSourceProperties.java

/**
 * @author zhouhao
 * @see com.atomikos.jdbc.AbstractDataSourceBean
 * @since 2.1
 */
@ConfigurationProperties(prefix = "hsweb.dynamicDatasource")

From source file org.springframework.remoting.messagepack.MessagePackProxyFactoryBean.java

/**
 * Used to create client side proxies that can communicate with the remote services.
 * <p/>
 * The interface used on the client does <EM>not</EM> need to match the interface exposed on the server.
 *
 * @author Josh Long

From source file org.springdata.ehcache.convert.EhcacheMappingConverter.java

/**
 * Ehcache converter implementation
 * 
 * @author Alex Shvid
 * 
 */