com.jfw.status
Class LogViewerDispatcher

java.lang.Object
  extended by com.jfw.status.LogViewerDispatcher

public final class LogViewerDispatcher
extends java.lang.Object

Show the log messages. If the action is called directly from the browser then the log messages are showed in th browser.
Use the class LogViewerObserver for send the log messages at the output stream. After 100Mbytes the output stream is closed and non more log messages can be send.


Constructor Summary
LogViewerDispatcher()
           
 
Method Summary
 void execute(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.util.HashMap outputData, javax.servlet.ServletOutputStream outputStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogViewerDispatcher

public LogViewerDispatcher()
Method Detail

execute

public void execute(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response,
                    java.util.HashMap outputData,
                    javax.servlet.ServletOutputStream outputStream)
             throws java.lang.Exception
Throws:
java.lang.Exception