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

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

Introduction

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

Usage

From source file org.spring.cache.impl.MyMapCacheFactoryBean.java

/**
 * {@link FactoryBean} for easy configuration of a {@link MyMapCache}
 * when used within a Spring container. Can be configured through bean properties;
 * uses the assigned Spring bean name as the default cache name.
 *
 * <p>Useful for testing or simple caching scenarios, typically in combination

From source file de.hybris.platform.converters.impl.AbstractConverter.java

/**
 * Abstract implementation of the Converter interface that also supports the Populator interface. Implementations of
 * this base type can either be used as a converter or as a populator. When used as a converter the
 * {@link #createTarget()} method is called to create the target instance and then the {@link #populate(Object, Object)}
 * method is called to populate the target with values from the source instance. The {@link #createTarget()} method can
 * be implemented via a spring <tt>lookup-method</tt> rather than being overridden in code.

From source file org.archive.crawler.spring.DecideRuledSheetAssociation.java

/**
 * SheetAssociation applied on the basis of DecideRules. If the
 * final ruling is ACCEPT, the named sheets will be overlaid. 
 * 
 * @contributor gojomo
 */

From source file org.web4thejob.web.panel.Panel.java

/**
 * <p>The main building block for designing every UI.</p> <p>Panels are distinguished in two different types: {@link
 * ContentPanel content panels} which are used to display some content(database fields, html text, images etc) and
 * {@link LayoutPanel layout panels} which are used for positioning child panels according to specific rules.</p>
 * <p>Since these three interfaces follow the <a href="http://en.wikipedia.org/wiki/Composite_pattern">Composite design
 * pattern</a>, designers are enabled (and encouraged) to construct nested hierarchies of panels in order to build

From source file egovframework.rte.itl.integration.type.support.PrimitiveTypeFactoryBean.java

/**
 *  ?  ? PrimitiveType? ? FactoryBean ?
 * <p>
 * <b>NOTE:</b> ?  ?  ? PrimitiveType?
 * Spring Context ?  reference  ?? ?
 * FactoryBean Class?.

From source file org.codehaus.groovy.grails.plugins.quartz.SimpleTriggerFactoryBean.java

/**
 * Factory bean which configures SimpleTrigger.
 *
 * @author Sergey Nebolsin (nebolsin@gmail.com)
 * 
 * @since 0.3.2

From source file com.tjhruska.spring.jesque.JesqueJobTransporter.java

/**
 * JesqueJobTransporter moves jobs from one queue to another.  
 * Those queues can be on the same redis instance, or different ones.
 * 
 * @author Timothy Hruska <https://github.com/tjhruska>
 *

From source file org.alfresco.query.AbstractCannedQueryFactory.java

/**
 * Basic services for {@link CannedQueryFactory} implementations.
 * 
 * @author Derek Hulley
 * @since 4.0
 */

From source file org.metis.cassandra.PoolingOption.java

public class PoolingOption implements InitializingBean, BeanNameAware, DisposableBean {

    private static final Logger LOG = LoggerFactory.getLogger(PoolingOption.class);
    private String beanName;
    private int coreConnections = -1;
    private int maxConnections = -1;

From source file com.jidesoft.spring.richclient.perspective.Perspective.java

/**
 * Defines the concept of a perspective as a particular
 * arrangement of views on a specific page. Concrete implementations
 * provide a display method that uses the JIDE docking manager
 * methods to arrange the views programatically. This display
 * method is used the first time the perspective is activated, after