net.sourceforge.pmd.lang.jsp
Class JspHandler
java.lang.Object
net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.jsp.JspHandler
- All Implemented Interfaces:
- LanguageVersionHandler
public class JspHandler
- extends AbstractLanguageVersionHandler
Implementation of LanguageVersionHandler for the JSP parser.
- Author:
- pieter_van_raemdonck - Application Engineers NV/SA - www.ae.be
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JspHandler
public JspHandler()
getXPathHandler
public XPathHandler getXPathHandler()
- Specified by:
getXPathHandler
in interface LanguageVersionHandler
- Overrides:
getXPathHandler
in class AbstractLanguageVersionHandler
getRuleViolationFactory
public RuleViolationFactory getRuleViolationFactory()
getParser
public Parser getParser(ParserOptions parserOptions)
getDumpFacade
public VisitorStarter getDumpFacade(Writer writer,
String prefix,
boolean recurse)
- Specified by:
getDumpFacade
in interface LanguageVersionHandler
- Overrides:
getDumpFacade
in class AbstractLanguageVersionHandler
Copyright © 2002–2015 InfoEther. All rights reserved.