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

Module WebEntryPoints

Import path

import semmle.code.java.deadcode.WebEntryPoints

Imports

DeadCode
GWT

Provides classes and predicates for working with the GWT framework.

Servlets

Provides classes and predicates for working with the Java Servlet API.

java

Provides all default Java QL imports.

Classes

GwtEntryPointConstructedClass

An entry point into a GWT application.

GwtServletClass

Servlets referred to from a GWT module config file.

GwtUiBinderEntryPoint

Methods that may be called reflectively by the UiHandler framework.

GwtUiBinderReflectivelyReadField

Fields that may be reflectively read or written to by the UiBinder framework.

ServletConstructedClass

Any class which extends the Servlet interface is intended to be constructed reflectively by a servlet container.

ServletFilterClass

Any class which extends the Filter interface is intended to be constructed reflectively by a servlet container.

ServletListenerClass

A “Servlet listener” is a class that is intended to be constructed reflectively by a servlet container based upon a <listener> tag in the web.xml file.