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

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

public final class ConsoleCompilationProblemHandler
extends DefaultCompilationProblemHandler

Author:
tcurdt

Constructor Summary
ConsoleCompilationProblemHandler()
           
 
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

ConsoleCompilationProblemHandler

public ConsoleCompilationProblemHandler()
Method Detail

handle

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

WebWork Project Page