Package org.smallmind.web.jersey.spring
Class ResourceBeanPostProcessor
java.lang.Object
org.smallmind.web.jersey.spring.ResourceBeanPostProcessor
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class ResourceBeanPostProcessor
extends Object
implements org.springframework.beans.factory.config.BeanPostProcessor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostProcessAfterInitialization(Object bean, String beanName) voidregisterResources(org.glassfish.jersey.server.ResourceConfig resourceConfig) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessBeforeInitialization
-
Constructor Details
-
ResourceBeanPostProcessor
public ResourceBeanPostProcessor()
-
-
Method Details
-
registerResources
public void registerResources(org.glassfish.jersey.server.ResourceConfig resourceConfig) -
postProcessAfterInitialization
public Object postProcessAfterInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException - Specified by:
postProcessAfterInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-