Uses of Class
com.sun.faces.spi.InjectionProviderException
Packages that use InjectionProviderException
-
Uses of InjectionProviderException in com.sun.faces.spi
Methods in com.sun.faces.spi that throw InjectionProviderExceptionModifier 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
Methods in com.sun.faces.vendor that throw InjectionProviderExceptionModifier and TypeMethodDescriptionvoid
void
WebContainerInjectionProvider.invokePostConstruct
(Object managedBean) void
WebContainerInjectionProvider.invokePreDestroy
(Object managedBean)