Example usage for org.springframework.beans.factory.support BeanDefinitionRegistryPostProcessor interface-usage

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

Introduction

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

Usage

From source file org.mitre.openid.connect.client.keypublisher.ClientKeyPublisher.java

/**
 * @author jricher
 *
 */
public class ClientKeyPublisher implements BeanDefinitionRegistryPostProcessor {

From source file au.com.onegeek.lambda.core.provider.WebDriverBackedSeleniumProvider.java

/**
 * Selenium Assertion Provider.
 * 
 * Implements the <code>IAssertionProvider</code> Interface meaning it 
 * can be used for test case keyword-driven tests.
 * 

From source file com.github.javarch.persistence.orm.hibernate.spi.multitenant.CurrentTenantIdentifierFinder.java

/**
 * Classe responsavel por buscar o {@link org.hibernate.context.spi.CurrentTenantIdentifierResolver} no
 * pacote informado atraves do atributo {@link HibernateEnviroment}.CURRENT_TENANT_IDENTIFIER_RESOLVER_PACKAGE. 
 * Caso no informado, busca atravs do root package.
 * 
 * @author Lucas

From source file darks.orm.spring.SqlSessionFactoryBean.java

/**
 * Sql session factory config for spring.<br>
 * Examples:
 * 
 * <pre>
 * &lt;bean class="darks.orm.spring.SqlSessionFactoryBean"&gt;

From source file org.brushingbits.jnap.persistence.factory.DaoFactoryPostProcessor.java

/**
 * @author Daniel Rochetti
 * @since 1.0
 */
public class DaoFactoryPostProcessor implements BeanDefinitionRegistryPostProcessor, PriorityOrdered {

From source file de.acosix.alfresco.mtsupport.repo.beans.TenantLDAPAttributeMappingPostProcessor.java

/**
 * @author Axel Faust, <a href="http://acosix.de">Acosix GmbH</a>
 */
public class TenantLDAPAttributeMappingPostProcessor
        implements BeanDefinitionRegistryPostProcessor, InitializingBean {

From source file de.acosix.alfresco.mtsupport.repo.beans.TemplatedTenantBeanEmitter.java

/**
 * Instances of this class may be used to dynamically emit new bean definitions for tenant-specific bean instances based on pre-defined
 * template bean definitions and a set of enabled tenants. Effectively instances of this class simply duplicate the definition of the
 * template and register them as a singleton bean under a unique name using {@link TenantBeanUtils#TENANT_BEAN_NAME_PATTERN a defined
 * pattern} for the name suffix.
 *

From source file de.acosix.alfresco.utility.share.config.Log4jHierarchyInit.java

/**
 * Initialises Log4j's logger repository. The actual implementation uses introspection to avoid any hard-coded references to Log4J classes.
 * If Log4J is not present, this class will do nothing.
 * <p>
 * Alfresco modules can provide their own log4j.properties file, which augments/overrides the global log4j.properties within the Alfresco
 * webapp. Within the module's source tree, suppose you create:

From source file org.jnap.core.persistence.factory.DaoFactoryBkp.java

/**
 * @author Daniel Rochetti
 * @since 1.0
 */
public class DaoFactoryBkp implements BeanDefinitionRegistryPostProcessor, Ordered {

From source file org.bigtester.ate.model.page.elementfind.ElementFinderIndexOfSameProcessor.java

/**
 * This class CaseDataProcessor defines ....
 * 
 * @author Peidong Hu
 *
 */