Module WebEntryPoints
Import path
import semmle.code.java.deadcode.WebEntryPoints
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 |
ServletFilterClass |
Any class which extends the |
ServletListenerClass |
A “Servlet listener” is a class that is intended to be constructed reflectively by a servlet container based upon a |
Aliases
GWTEntryPointConstructedClass |
DEPRECATED: Alias for GwtEntryPointConstructedClass |
GWTServletClass |
DEPRECATED: Alias for GwtServletClass |