Uses of Class
com.sun.faces.spi.InjectionProviderException
-
Uses of InjectionProviderException in com.sun.faces.spi
Modifier and TypeMethodDescriptionAnnotationScanner.getAnnotatedClassesInCurrentModule
(ServletContext extContext) void
The implementation of this method must perform the following steps: Inject the supported resources per the Servlet 2.5 specification into the provided objectvoid
InjectionProvider.invokePostConstruct
(Object managedBean) The implemenation of this method must invoke any method marked with the@PostConstruct
annotation (per the Common Annotations Specification).void
InjectionProvider.invokePreDestroy
(Object managedBean) The implemenation of this method must invoke any method marked with the@PreDestroy
annotation (per the Common Annotations Specification). -
Uses of InjectionProviderException in com.sun.faces.vendor
Modifier and TypeMethodDescriptionvoid
void
WebContainerInjectionProvider.invokePostConstruct
(Object managedBean) void
WebContainerInjectionProvider.invokePreDestroy
(Object managedBean)