Search Java Classes and Packages
Search Java Frameworks and Libraries
#Javax.faces.bean Classes and Interfaces - 13 results found.
Name | Description | Type | Package | Framework |
ApplicationScoped | When this annotation, along with ManagedBean is found on a class, the runtime must act as if a application | Class | javax.faces.bean | Java EE |
|
CustomScoped | When this annotation, along with ManagedBean is found on a class, the runtime must act as if a VALUE | Class | javax.faces.bean | Java EE |
|
ManagedBean | The presence of this annotation on a class automatically registers the class with the runtime as a managed | Class | javax.faces.bean | Java EE |
|
ManagedProperty | The presence of this annotation on a field of a class annotated with ManagedBean instructs the | Class | javax.faces.bean | Java EE |
|
NoneScoped | When this annotation, along with ManagedBean is found on a class, the runtime must act as if a none | Class | javax.faces.bean | Java EE |
|
ReferencedBean | The presence of this annotation on a class is equivalent to the referenced-bean element | Class | javax.faces.bean | Java EE |
|
RequestScoped | When this annotation, along with ManagedBean is found on a class, the runtime must act as if a request | Class | javax.faces.bean | Java EE |
|
SessionScoped | When this annotation, along with ManagedBean is found on a class, the runtime must act as if a session | Class | javax.faces.bean | Java EE |
|
ViewScoped | When this annotation, along with ManagedBean is found on a class, the runtime must act as if a | Class | javax.faces.bean | Java EE |
|
CustomScoped | | Class | javax.faces.bean | Apache MyFaces |
|
ManagedBean | | Class | javax.faces.bean | Apache MyFaces |
|
ManagedProperty | | Class | javax.faces.bean | Apache MyFaces |
|
ReferencedBean | | Class | javax.faces.bean | Apache MyFaces |