|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.lang.AbstractLanguageVersionHandler
net.sourceforge.pmd.lang.jsp.JspHandler
public class JspHandler
Implementation of LanguageVersionHandler for the JSP parser.
Constructor Summary | |
---|---|
JspHandler()
|
Method Summary | |
---|---|
VisitorStarter |
getDumpFacade(Writer writer,
String prefix,
boolean recurse)
Get the DumpFacade. |
Parser |
getParser(ParserOptions parserOptions)
Get the Parser. |
RuleViolationFactory |
getRuleViolationFactory()
Get the RuleViolationFactory. |
XPathHandler |
getXPathHandler()
Get the XPathHandler. |
Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler |
---|
getDataFlowFacade, getDataFlowHandler, getDefaultParserOptions, getDFAGraphRule, getSymbolFacade, getSymbolFacade, getTypeResolutionFacade |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JspHandler()
Method Detail |
---|
public XPathHandler getXPathHandler()
LanguageVersionHandler
getXPathHandler
in interface LanguageVersionHandler
getXPathHandler
in class AbstractLanguageVersionHandler
public RuleViolationFactory getRuleViolationFactory()
LanguageVersionHandler
public Parser getParser(ParserOptions parserOptions)
LanguageVersionHandler
public VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
LanguageVersionHandler
getDumpFacade
in interface LanguageVersionHandler
getDumpFacade
in class AbstractLanguageVersionHandler
writer
- The writer to dump to.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |