Class SpringBeanProcessorServletAware
- java.lang.Object
-
- org.jboss.resteasy.plugins.spring.SpringBeanProcessor
-
- org.jboss.resteasy.plugins.spring.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
SpringBeanProcessor.ResteasyBeanPostProcessor
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.servlet.ServletContext
servletContext
-
Fields inherited from class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
deployment, dispatcher, providerFactory, providerNames, registry, resourceFactories, resourceFactoryNames
-
-
Constructor Summary
Constructors Constructor Description SpringBeanProcessorServletAware()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dispatcher
getDispatcher()
ResteasyProviderFactory
getProviderFactory()
Registry
getRegistry()
void
setServletContext(javax.servlet.ServletContext servletContext)
-
Methods inherited from class org.jboss.resteasy.plugins.spring.SpringBeanProcessor
getOrder, getPropertyValue, onApplicationEvent, postProcessBeanFactory, processBean, setDispatcher, setOrder, setProviderFactory, setRegistry, supportsEventType, supportsSourceType
-
-
-
-
Method Detail
-
setServletContext
public void setServletContext(javax.servlet.ServletContext servletContext)
- Specified by:
setServletContext
in interfaceorg.springframework.web.context.ServletContextAware
-
getRegistry
public Registry getRegistry()
- Overrides:
getRegistry
in classSpringBeanProcessor
-
getProviderFactory
public ResteasyProviderFactory getProviderFactory()
- Overrides:
getProviderFactory
in classSpringBeanProcessor
-
getDispatcher
public Dispatcher getDispatcher()
- Overrides:
getDispatcher
in classSpringBeanProcessor
-
-