Example usage for org.springframework.context ApplicationContextAware interface-usage

List of usage examples for org.springframework.context ApplicationContextAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.context ApplicationContextAware interface-usage.

Usage

From source file com.sishuok.bigpipe.view.velocity.VelocityPageletViewResolver.java

/**
 * <p>User: Zhang Kaitao
 * <p>Date: 13-8-4 ?9:07
 * <p>Version: 1.0
 */
public class VelocityPageletViewResolver implements PageletViewResolver, ApplicationContextAware {

From source file net.groupbuy.util.SpringUtils.java

/**
 * Utils - Spring
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.kun.common.util.SpringContextUtil.java

/**
 * spring
 *
 * @version 1.0.0
 * @date 20151024 ?12:57:52
 */

From source file com.zai360.portal.util.SpringUtils.java

/**
 * Utils - Spring
 * 
 * @author SHOP++ Team
 * @version 3.0
 */

From source file com.hongqiang.shop.common.utils.SpringContextHolder.java

 * ?????Spring ApplicationContext, ???ApplicaitonContext.
 * 
 * @author Zaric
 * @date 2013-5-29 ?1:25:40
 */
//@Service

From source file com.aistor.common.utils.excel.fieldtype.RoleListType.java

/**
 * ?
 * @author Zaric
 * @version 2013-03-10
 */
@Service

From source file com.springapp.mvc.bigpipe.view.velocity.VelocityPageletViewResolver.java

/**
 * <p>User: Zhang Kaitao
 * <p>Date: 13-8-4 ?9:07
 * <p>Version: 1.0
 */
public class VelocityPageletViewResolver implements PageletViewResolver, ApplicationContextAware {

From source file no.difi.meldingsutveksling.config.SpringCloudConfigConfiguration.java

/**
 *
 * @author Nikolai Luthman <nikolai dot luthman at inmeta dot no>
 */
@Configuration
public class SpringCloudConfigConfiguration implements ApplicationContextAware {

From source file org.carewebframework.api.spring.BeanEnumerator.java

/**
 * Allows enumerating of all managed beans given a class/interface type.
 */
public class BeanEnumerator implements ApplicationContextAware, Iterable<String> {

    private ApplicationContext applicationContext;

From source file io.cloudslang.lang.entities.utils.ApplicationContextProvider.java

/**
 * Application context provider. This class allows accessing the application
 * context from outside the container
 * <p>
 * Created by Ifat Gavish on 30/05/2016
 */