Module JavaServerFaces
Provides classes and predicates for working with Java Server Faces.
Import path
import semmle.code.java.frameworks.javaee.JavaServerFaces
Imports
JSFAnnotations | Provides classes and predicates for working with Java Server Faces annotations. |
JSFFacesContextXML | Provides classes for JSF “Application Configuration Resources File”, usually called |
default | DEPRECATED: use |
Classes
FacesAccessibleType | A type which may have methods called on it by Java Server Faces. |
FacesComponent | A Java Server Faces custom component class, specified in either an XML configuration file, or through annotations on the class itself. |
FacesManagedBean | A Java Server Faces managed bean class, specified in either an XML configuration file, or through annotations on the class itself. |
FacesVisibleMethod | A method that is visible to faces, if the instance type is visible to faces. |