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

Module StrutsXML

Import path

import semmle.code.java.frameworks.struts.StrutsXML

Imports

java

Provides all default Java QL imports.

Predicates

isStrutsXmlIncluded

Holds if any struts XML files are included in this snapshot.

Classes

StrutsFolder

A Folder which has one or more Struts 2 root configurations.

StrutsIncludedXmlFile

A Struts 2 configuration XML file included, directly or indirectly, by a root Struts configuration.

StrutsRootXmlFile

A Struts 2 “root” configuration XML file directly read by struts.

StrutsXmlAction

A <action> element within a struts.xml file.

StrutsXmlConstant

A <constant> property, representing a configuration parameter to struts.

StrutsXmlElement

An XML element in a StrutsXMLFile.

StrutsXmlFile

A struts 2 configuration file.

StrutsXmlInclude

A <include> element within a struts.xml file.