org.jboss.seam.rest.exceptions
Class ExceptionMappingExtension
java.lang.Object
org.jboss.seam.rest.exceptions.ExceptionMappingExtension
- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension
public class ExceptionMappingExtension
- extends Object
- implements javax.enterprise.inject.spi.Extension
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionMappingExtension
public ExceptionMappingExtension()
scanForCatch
public void scanForCatch(@Observes
javax.enterprise.inject.spi.BeforeBeanDiscovery event,
javax.enterprise.inject.spi.BeanManager manager)
findExceptionMappingDeclaration
public <T> void findExceptionMappingDeclaration(@Observes
javax.enterprise.inject.spi.ProcessAnnotatedType<T> event)
getExceptionMappings
public Set<org.jboss.seam.rest.exceptions.Mapping> getExceptionMappings()
isCatchIntegrationEnabled
public boolean isCatchIntegrationEnabled()
Copyright © 2011 Seam Framework. All Rights Reserved.