Package net.sourceforge.pmd.lang.jsp
Class JspHandler
- java.lang.Object
-
- net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
-
- net.sourceforge.pmd.lang.AbstractPmdLanguageVersionHandler
-
- net.sourceforge.pmd.lang.jsp.JspHandler
-
- All Implemented Interfaces:
LanguageVersionHandler
public class JspHandler extends AbstractPmdLanguageVersionHandler
Implementation of LanguageVersionHandler for the JSP parser.- Author:
- pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
-
-
Constructor Summary
Constructors Constructor Description JspHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Parser
getParser()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.LanguageVersionHandler
getDesignerBindings, getExtraViolationSuppressors, getLanguageMetricsProvider, getViolationDecorator, getXPathHandler
-
-
-
-
Method Detail
-
getParser
public Parser getParser()
-
-