Class SpringBeanProcessorServletAware

  • All Implemented Interfaces:
    EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.context.ApplicationListener<org.springframework.context.ApplicationEvent>, org.springframework.context.event.SmartApplicationListener, org.springframework.core.Ordered, org.springframework.web.context.ServletContextAware

    public class SpringBeanProcessorServletAware
    extends SpringBeanProcessor
    implements org.springframework.web.context.ServletContextAware
    Use this subclass of SpringBeanProcessor if you are manually applying the SpringBeanProcessor for Resteasy. This assumes that the Registry and ResteasyProviderFactory objects are registered as attributes in the ServletContext
    Version:
    $Revision: 1 $
    Author:
    Bill Burke