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 org.qi4j.library.spring.bootstrap.Qi4jTestBootstrap.java

public final class Qi4jTestBootstrap extends Qi4jApplicationBootstrap implements ApplicationContextAware {
    private static final String LAYER = "layer";

    private static final String MODULE = "module";

    static final String COMMENT_SERVICE_ID = "commentService";

From source file com.heliosmi.scxf.spring.SpringApplicationContext.java

/**
 * Class to provide access to Spring application context. Spring bean can be
 * pulled out of <code>applicationContext</code>.
 * 
 * @author Saurabh Maheshwari
 * 

From source file org.ujorm.spring.AbstractAplicationContextAdapter.java

/**
 * UJO adapter for the Spring Application Context.
 * @author Pavel Ponec
 */
abstract public class AbstractAplicationContextAdapter implements Ujo, ApplicationContextAware {

From source file org.fcrepo.http.commons.test.util.SpringContextSingleton.java

/**
 * Retrieves the application context in which it is configured, for testing
 * purposes only.
 *
 * @since September 19, 2014
 * @author Gregory Jansen

From source file org.vaadin.spring.http.HttpResponseFactory.java

/**
 * Factory to provide access to the {@link HttpServletResponse}
 * 
 * @author Marko Radinovic (markoradinovic79@gmail.com)
 * @author Gert-Jan Timmer (gjr.timmer@gmail.com)
 * @see <a href="https://github.com/markoradinovic/Vaadin4Spring-MVP-Sample-SpringSecurity">Original code</a>

From source file org.openmrs.module.mohtracportal.util.ContextProvider.java

/**
 * Utility class to give non bean classes access to the Spring application
 * context and the servlet context
 */
public class ContextProvider implements ApplicationContextAware, ServletContextAware {

From source file org.urbantower.j4s.AutowiredHandlerCollection.java

/**
 * Extended HandlerCollection which goes through application context, look for all {Handler}
 * implementations and put them into collection.
 *
 * @see Handler
 * @see HandlerCollection

From source file it.smartcommunitylab.aac.oauth.ContextExtender.java

/**
 * Context extension to customize the OAuth2 authorization endpoint
 * @author raman
 *
 */
@Component

From source file org.carewebframework.ui.icons.IconLibraryBase.java

/**
 * A base implementation for an icon library.
 */
public class IconLibraryBase implements IIconLibrary, ApplicationContextAware {

    private static final Log log = LogFactory.getLog(IconLibraryBase.class);

From source file com.flipkart.poseidon.PoseidonContext.java

@Component
public class PoseidonContext implements ApplicationContextAware {

    private static ApplicationContext applicationContext;

    private static void init() {