CodeQL library for Java/Kotlin
codeql/java-all 0.9.0 (changelog, source)
Search

Module JSFFacesContextXML

Provides classes for JSF “Application Configuration Resources File”, usually called faces-config.xml.

Import path

import semmle.code.java.frameworks.javaee.jsf.JSFFacesContextXML

Imports

default

DEPRECATED: use java.qll instead.

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.

FacesConfigXmlFile

A JSF “application configuration resources file”, typically called faces-config.xml, which contains the configuration for a JSF application