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 |
Jetty6InjectionProvider.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 |
Tomcat6InjectionProvider.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 |
WebContainerInjectionProvider.inject(Object managedBean) |
void |
Jetty6InjectionProvider.invokePostConstruct(Object managedBean)
The implemenation of this method must invoke any method marked with the
@PostConstruct annotation (per
the Common Annotations Specification). |
void |
Tomcat6InjectionProvider.invokePostConstruct(Object managedBean)
The implemenation of this method must invoke any
method marked with the
@PostConstruct annotation
(per the Common Annotations Specification). |
void |
WebContainerInjectionProvider.invokePostConstruct(Object managedBean) |
void |
Jetty6InjectionProvider.invokePreDestroy(Object managedBean)
The implemenation of this method must invoke any method marked with the
@PreDestroy annotation (per the
Common Annotations Specification). |
void |
Tomcat6InjectionProvider.invokePreDestroy(Object managedBean)
The implemenation of this method must invoke any
method marked with the
@PreDestroy annotation
(per the Common Annotations Specification). |
void |
WebContainerInjectionProvider.invokePreDestroy(Object managedBean) |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.