Uses of Class
com.sun.faces.spi.InjectionProviderException
-
Packages that use InjectionProviderException Package Description com.sun.faces.spi com.sun.faces.vendor -
-
Uses of InjectionProviderException in com.sun.faces.spi
Methods in com.sun.faces.spi that throw InjectionProviderException Modifier and Type Method Description Map<String,List<AnnotationScanner.ScannedAnnotation>>AnnotationScanner. getAnnotatedClassesInCurrentModule(jakarta.servlet.ServletContext extContext)voidInjectionProvider. inject(Object managedBean)The 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 InjectionProviderException Modifier and Type Method Description voidWebContainerInjectionProvider. inject(Object managedBean)voidWebContainerInjectionProvider. invokePostConstruct(Object managedBean)voidWebContainerInjectionProvider. invokePreDestroy(Object managedBean)
-