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) voidThe implementation of this method must perform the following steps: Inject the supported resources per the Servlet 2.5 specification into the provided objectvoidInjectionProvider.invokePostConstruct(Object managedBean) The implemenation of this method must invoke any method marked with the@PostConstructannotation (per the Common Annotations Specification).voidInjectionProvider.invokePreDestroy(Object managedBean) The implemenation of this method must invoke any method marked with the@PreDestroyannotation (per the Common Annotations Specification). -
Uses of InjectionProviderException in com.sun.faces.vendor
Methods in com.sun.faces.vendor that throw InjectionProviderExceptionModifier and TypeMethodDescriptionvoidvoidWebContainerInjectionProvider.invokePostConstruct(Object managedBean) voidWebContainerInjectionProvider.invokePreDestroy(Object managedBean)