Package | Description |
---|---|
com.sun.faces.spi | |
com.sun.faces.vendor |
Modifier and Type | Method and Description |
---|---|
Map<String,List<AnnotationScanner.ScannedAnnotation>> |
AnnotationScanner.getAnnotatedClassesInCurrentModule(javax.servlet.ServletContext extContext) |
void |
InjectionProvider.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 object
|
void |
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). |
Modifier and Type | Method and Description |
---|---|
void |
WebContainerInjectionProvider.inject(Object managedBean) |
void |
WebContainerInjectionProvider.invokePostConstruct(Object managedBean) |
void |
WebContainerInjectionProvider.invokePreDestroy(Object managedBean) |
Copyright © 2010–2019 JBoss by Red Hat. All rights reserved.