Module JSFFacesContextXML
Provides classes for JSF “Application Configuration Resources File”, usually called faces-config.xml.
Import path
import semmle.code.java.frameworks.javaee.jsf.JSFFacesContextXMLImports
| default | DEPRECATED: use |
Classes
| FacesConfigComponent | An element in a JSF config file that declares a custom component. |
| FacesConfigComponentClass | An element in a JSF config file that declares the Class of a faces component. |
| FacesConfigManagedBean | An element in a JSF config file that declares a managed bean. |
| FacesConfigManagedBeanClass | An element in a JSF config file that declares the Class of a managed bean. |
| FacesConfigXmlElement | An XML element in a |
| FacesConfigXmlFile | A JSF “application configuration resources file”, typically called |