All Classes and Interfaces
Class
Description
Internal API.
Note: This class has been called JSPTokenizer in PMD 6
Implementation of LanguageVersionHandler for the JSP parser.
Created by christoferdutz on 20.09.14.
JSP language parser.
Deprecated.
Since 7.5.0.
Token kinds (
JavaccToken.kind) for this language.This rule checks that no "style" elements (like <B>, <FONT>, ...) are used,
and that no "style" attributes (like "font", "size", "align") are used.
This rule detects unsanitized JSP Expressions (can lead to Cross Site
Scripting (XSS) attacks)