org.apache.jasper.util |
|
Java Source File Name | Type | Comment |
FastDateFormat.java | Class | Fast date formatter that caches recently formatted date information
and uses it to avoid too-frequent calls to the underlying
formatter. |
Queue.java | Class | A simple FIFO queue class which causes the calling thread to wait
if the queue is empty and notifies threads that are waiting when it
is not empty. |
SimplePool.java | Class | Simple object pool. |
SystemLogHandler.java | Class | This helper class may be used to do sophisticated redirection of
System.out and System.err. |