org.directwebremoting.util |
|
Java Source File Name | Type | Comment |
Base64.java | Class | This class provides encode/decode for RFC 2045 Base64 as
defined by RFC 2045, N. |
CommonsLoggingOutput.java | Class | 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. |
CompareUtil.java | Class | |
Continuation.java | Class | |
CopyUtils.java | Class |
This class provides static utility methods for buffered
copying between sources (InputStream , Reader , String and
byte[] ) and destinations (OutputStream , Writer ,
String and byte[] ).
Unless otherwise noted, these copy methods do not flush or close the
streams. |
DebuggingPrintWriter.java | Class | |
DelegatingServletInputStream.java | Class | Delegating implementation of ServletInputStream. |
DelegatingServletOutputStream.java | Class | Delegating implementation of ServletOutputStream. |
DomUtil.java | Class | Various utilities to make up for the fact that DOM isn't as useful as it
could be. |
EmptyEntityResolver.java | Class | An EntityResolver for use when you don't want to do any entity resolving.
I think this is technically a violation of all sorts of things because the
DTD affects how a document is parsed, and this just dumps all DTDs. |
FakeHttpServletRequest.java | Class | For the benefit of anyone that wants to create a fake HttpServletRequest
that doesn't do anything other than not be null. |
FakeHttpServletResponse.java | Class | Mock implementation of the HttpServletResponse interface. |
FakeHttpSession.java | Class | For the benefit of anyone that wants to create a fake HttpSession
that doesn't do anything other than not be null. |
FakeRequestDispatcher.java | Class | Mock implementation of the RequestDispatcher interface. |
FakeServletConfig.java | Class | A fake implementation of ServletConfig for cases (Like inside Spring) when
you don't have a real one. |
FakeServletContext.java | Class | Fake implementation of the ServletContext interface. |
HitMonitor.java | Class | We need a way to record how heavily used the server is, and adjust our
behavior to reduce the load on the server. |
IdGenerator.java | Class | Code to generate page ids.
IdGenerators are expensive to setup so it is suggested that you share
instances wherever possible. |
JavascriptUtil.java | Class | Various Javascript code utilities.
The escape classes were taken from jakarta-commons-lang which in turn
borrowed from Turbine and other projects. |
LocalUtil.java | Class | Various utilities, stuff that we're still surprised isn't in the JDK, and
stuff that perhaps is borderline JDK material, but isn't really pure DWR
either. |
LogErrorHandler.java | Class | |
Logger.java | Class | A very quick and dirty logging implementation. |
LoggingOutput.java | Interface | 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. |
Messages.java | Class | |
MimeConstants.java | Interface | Various constants from generating output. |
ServletLoggingOutput.java | Class | An implementation of LoggingOutput that sends stuff to the Servlet.log
stream. |
SharedObjects.java | Class | |
SingletonContainer.java | Class | |
SwallowingHttpServletResponse.java | Class | Used by ExecutionContext to forward results back via javascript. |
SystemOutLoggingOutput.java | Class | |
VersionUtil.java | Class | Interface to the system version info file.
DWR version numbers are of the form "Version 1.2.3.3128[.beta]", where:
- 1 is the major release number.
|
WriterOutputStream.java | Class | This is not the evil hack you are looking for. |