com.opensymphony.webwork.util.classloader.problems
Class LogCompilationProblemHandler

java.lang.Object
  extended by com.opensymphony.webwork.util.classloader.problems.DefaultCompilationProblemHandler
      extended by com.opensymphony.webwork.util.classloader.problems.LogCompilationProblemHandler
All Implemented Interfaces:
CompilationProblemHandler

public final class LogCompilationProblemHandler
extends DefaultCompilationProblemHandler

Author:
tcurdt

Constructor Summary
LogCompilationProblemHandler()
           
 
Method Summary
 void handle(CompilationProblem pProblem)
           
 
Methods inherited from class com.opensymphony.webwork.util.classloader.problems.DefaultCompilationProblemHandler
getErrors, getWarnings, onStart, onStop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogCompilationProblemHandler

public LogCompilationProblemHandler()
Method Detail

handle

public void handle(CompilationProblem pProblem)
Specified by:
handle in interface CompilationProblemHandler
Overrides:
handle in class DefaultCompilationProblemHandler

WebWork Project Page