net.sourceforge.pmd.lang.jsp
Class JspHandler

java.lang.Object
  extended by net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
      extended by 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

Constructor Summary
JspHandler()
           
 
Method Summary
 VisitorStarter getDumpFacade(Writer writer, String prefix, boolean recurse)
           
 Parser getParser(ParserOptions parserOptions)
           
 RuleViolationFactory getRuleViolationFactory()
           
 XPathHandler getXPathHandler()
           
 
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

JspHandler

public JspHandler()
Method Detail

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.