Class JspHandler

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.LanguageVersionHandler

    public class JspHandler
    extends net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
    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 Deprecated Methods 
      Modifier and Type Method Description
      net.sourceforge.pmd.lang.VisitorStarter getDumpFacade​(java.io.Writer writer, java.lang.String prefix, boolean recurse)
      Deprecated.
      net.sourceforge.pmd.lang.Parser getParser​(net.sourceforge.pmd.lang.ParserOptions parserOptions)  
      net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()  
      net.sourceforge.pmd.lang.XPathHandler getXPathHandler()  
      • Methods inherited from class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler

        getDataFlowFacade, getDataFlowHandler, getDefaultParserOptions, getDFAGraphRule, getLanguageMetricsProvider, getMultifileFacade, getQualifiedNameResolutionFacade, 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 net.sourceforge.pmd.lang.XPathHandler getXPathHandler()
        Specified by:
        getXPathHandler in interface net.sourceforge.pmd.lang.LanguageVersionHandler
        Overrides:
        getXPathHandler in class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler
      • getRuleViolationFactory

        public net.sourceforge.pmd.lang.rule.RuleViolationFactory getRuleViolationFactory()
      • getParser

        public net.sourceforge.pmd.lang.Parser getParser​(net.sourceforge.pmd.lang.ParserOptions parserOptions)
      • getDumpFacade

        @Deprecated
        public net.sourceforge.pmd.lang.VisitorStarter getDumpFacade​(java.io.Writer writer,
                                                                     java.lang.String prefix,
                                                                     boolean recurse)
        Deprecated.
        Specified by:
        getDumpFacade in interface net.sourceforge.pmd.lang.LanguageVersionHandler
        Overrides:
        getDumpFacade in class net.sourceforge.pmd.lang.AbstractLanguageVersionHandler