Uses of Interface
org.makumba.analyser.interfaces.JspAnalyzer

Packages that use JspAnalyzer
org.makumba.analyser   
org.makumba.analyser.engine   
org.makumba.commons   
org.makumba.devel the makumba developer support, such as MDD, JSP and Java viewers. 
org.makumba.devel.relations   
 

Uses of JspAnalyzer in org.makumba.analyser
 

Methods in org.makumba.analyser with parameters of type JspAnalyzer
static PageCache AnalysableElement.getPageCache(HttpServletRequest request, String realPath, JspAnalyzer analyzer)
           
static PageCache AnalysableElement.getPageCache(PageContext pageContext, JspAnalyzer analyzer)
          Static method to get the PageCache object for the current page.
 

Uses of JspAnalyzer in org.makumba.analyser.engine
 

Fields in org.makumba.analyser.engine declared as JspAnalyzer
(package private)  JspAnalyzer JspParseData.analyzer
          The analyzer plugged in.
 

Methods in org.makumba.analyser.engine with parameters of type JspAnalyzer
static JspParseData JspParseData.getParseData(String webappRoot, String path, JspAnalyzer an)
          Returns the pageData of the page at the given path in the given webapp.
(package private)  void JspParseData.treatELExpression(Matcher m, String content, JspAnalyzer an, boolean isJsf)
          Treats a single EL expression, extracts all the maps of the kind Expr[...]
(package private)  void JspParseData.treatIncludeDirective(String directive, SyntaxPoint start, SyntaxPoint end, JspAnalyzer an)
          Treats an include directive: parses its different parts and stores the analysis.
(package private)  void JspParseData.treatPageContent(String content, JspAnalyzer an)
          Goes through the page and matches tags, system tags, and EL expressions in such a way that the calls to the handling methods happen in sequential order.
(package private)  void JspParseData.treatSystemTag(Matcher m, String content, JspAnalyzer an)
          Treats a system tag: parses its different parts and stores the analysis.
(package private)  void JspParseData.treatTag(Matcher m, String content, JspAnalyzer an)
          Treats a jsp or taglib tag: parses its different parts and stores the analysis.
 

Constructors in org.makumba.analyser.engine with parameters of type JspAnalyzer
JspParseData(String path, String uri, JspAnalyzer an)
          Private constructor, construction can only be made by getParseData().
 

Uses of JspAnalyzer in org.makumba.commons
 

Classes in org.makumba.commons that implement JspAnalyzer
 class MakumbaJspAnalyzer
          This class analyzes a JSP taking into account the specifics of Makumba tags.
 

Methods in org.makumba.commons that return JspAnalyzer
static JspAnalyzer MakumbaJspAnalyzer.getInstance()
           
 

Uses of JspAnalyzer in org.makumba.devel
 

Classes in org.makumba.devel that implement JspAnalyzer
 class JspxJspAnalyzer
           
 

Methods in org.makumba.devel that return JspAnalyzer
static JspAnalyzer JspxJspAnalyzer.getInstance()
           
 

Uses of JspAnalyzer in org.makumba.devel.relations
 

Classes in org.makumba.devel.relations that implement JspAnalyzer
 class JspRelationsAnalyzer
          Simple analyser for the relations of a page.