org.makumba.devel
Class logicViewer

java.lang.Object
  extended by org.makumba.devel.LineViewer
      extended by org.makumba.devel.logicViewer
All Implemented Interfaces:
SourceViewer

public class logicViewer
extends LineViewer

The java logic finder visualizer. It shows how the logic is searched for and which logic is finally used.


Field Summary
 
Fields inherited from class org.makumba.devel.LineViewer
additionalCodeStyleClasses, additionalHeaderInfo, caughtError, contextPath, dir, hideLineNumbers, importedClasses, importedPackages, jspClasspath, jspSourceViewExtension, logicPath, PARAM_HIDE_LINES, parseError, printHeaderFooter, printLineNumbers, reader, realPath, request, searchCompiledJSPClasses, searchJavaClasses, searchJSPPages, searchMDD, servletPath, title, virtualPath
 
Constructor Summary
logicViewer(HttpServletRequest req)
           
 
Method Summary
 void intro(PrintWriter w)
          Write the page header to the given writer.
 
Methods inherited from class org.makumba.devel.LineViewer
addImportedPackages, findClass, findClassSimple, findCompiledJSP, findCompiledJSPClassName, findPage, footer, formatClassLink, formatClassLink, formatJSPLink, formatMakumbaLink, formatMDDLink, formatSunTaglibLink, getDirectory, getLineTag, getLineTokenizer, getReader, htmlEscape, main, parseLine, parseText, printFileRelations, printLine, printPageBegin, printPageBeginAdditional, printPageEnd, printVersionControlLink, readFromURL, setSearchLevels, writeAdditionalLinks, writeLineNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

logicViewer

public logicViewer(HttpServletRequest req)
            throws Exception
Throws:
Exception
Method Detail

intro

public void intro(PrintWriter w)
Description copied from class: LineViewer
Write the page header to the given writer.

Overrides:
intro in class LineViewer