Package uk.ltd.getahead.dwr.util

Interface Summary
LoggingOutput We don't want to force users to use commons-logging, but there are no logging APIs available at 1.3 so this lets us use Servlet.log if commons-logging is not available.
 

Class Summary
CommonsLoggingOutput This class is intended to be used by Logger when commons-logging is available, but to not force Logger itself to depend on commons-logging so Logger can catch the ClassDefNotFoundError and use other methods.
JavascriptUtil Various Javascript code utilities.
LocalUtil Various utilities, mostly to make up for JDK 1.4 functionallity that is not in JDK 1.3
LogErrorHandler An ErrorHandler that writes to the Logger class
Logger A very quick and dirty logging implementation.
ServletLoggingOutput An implementation of LoggingOutput that sends stuff to the Servlet.log stream.
SwallowingHttpServletResponse Used by ExecutionContext to forward results back via javascript
WriterOutputStream This is not the evil hack you are looking for.
 


Copyright ? 2005