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.brekka.stillingar.spring.resource.dir.WebappDirectory.java

/**
 * Load resource relative to the webapp WEB-INF directory.
 *
 * @author Andrew Taylor (andrew@brekka.org)
 */
public class WebappDirectory implements BaseDirectory, ApplicationContextAware {

From source file org.geowebcache.io.ImageEncoderContainer.java

/**
 * Class  used for containing all the ImageEncoder implementations in a map. The user should only call the encode()
 * method and internally it uses the writer associated to the input mimetype.
 */
public class ImageEncoderContainer implements ApplicationContextAware {
    /**

From source file com.fishbeans.app.FXMLComponentBase.java

/**
 *
 * hijack the fxml classloader to allow sprng cdi in controllers
 */
public abstract class FXMLComponentBase implements ApplicationContextAware {

From source file info.gianlucacosta.helios.fx.fxml.SpringFXMLLoader.java

/**
 * An FXML loader that instantiates its controllers by retrieving them from the
 * same Spring container into which this class itself was registered
 */
public class SpringFXMLLoader extends FXMLLoader implements ApplicationContextAware {

From source file org.obiba.onyx.magma.OnyxAttributeHelper.java

/**
 * Helper class for provisioning a variable with localized attributes.
 */
public class OnyxAttributeHelper implements ApplicationContextAware {

    public static final String PII_ATTRIBUTE = "pii";

From source file com.jbrisbin.vpc.jobsched.patch.PatchMessageHandler.java

/**
 * @author Jon Brisbin <jon.brisbin@npcinternational.com>
 */
@SuppressWarnings({ "unchecked" })
public class PatchMessageHandler implements ApplicationContextAware {

From source file org.echocat.nodoodle.server.WebService.java

public class WebService implements HttpService, ApplicationContextAware {

    private final CXFServlet _servlet = new CXFServlet();

    private ApplicationContext _applicationContext;

From source file org.jasig.cas.util.AutowiringSchedulerFactoryBean.java

/**
 * Extension of {@link SchedulerFactoryBean} that collects trigger bean
 * definitions from the application context and calls
 * {@link #setTriggers(org.quartz.Trigger[])} to autowire triggers at
 * {@link #afterPropertiesSet()} time.
 *

From source file org.kuali.coeus.s2sgen.impl.generate.GeneratorInitializerImpl.java

@Component("generatorInitializer")
public class GeneratorInitializerImpl implements GeneratorInitializer, ApplicationContextAware, InitializingBean {

    private static final Logger LOG = LoggerFactory.getLogger(GeneratorInitializerImpl.class);

    private ApplicationContext applicationContext;

From source file seava.j4e.commons.Settings.java

public class Settings implements ISettings, ApplicationContextAware {

    private ApplicationContext applicationContext;

    /**
     * System properties defined in the application properties file.