org.jasig.portal.utils |
|
Java Source File Name | Type | Comment |
AbsoluteURLFilter.java | Class | |
AddressTester.java | Class | This class checks a URL or a webserver hosting a URL. |
BlockingQueue.java | Class | A simple FIFO queue that has MIN/MAX capacity and
that blocks if either enqueue/dequeue would result
in violation of these limits. |
BlockingStack.java | Class | A simple FILO stack that has MIN/MAX capacity and
that blocks if either push/pop would result
in violation of these limits. |
BooleanLock.java | Class | A simple object with a boolean property. |
CommonUtils.java | Class | |
CookieCutter.java | Class | CookieCutter is a utility class which stores, sends and
receives cookies for a CWebProxy channel instance. |
CounterStoreFactory.java | Class | |
DocumentFactory.java | Class | |
DTDResolver.java | Class | |
GuidGenerator.java | Class | Creates a Global/Universal Unique ID, per DCE RPC specification. |
ICounterStore.java | Interface | A store interface that keeps track of multiple unique ID counters. |
IMovingAverageSample.java | Interface | |
IPortalDocument.java | Interface | Prior to uPortal 2.5 this interface provided an ability to access DOM 3 functionality
on top of a DOM 2 core Document implementation.
As of uPortal 2.5, uPortal has adopted the JAXP 1.3 standard DOM 3 core Document
implementation (as available in the core JDK 1.5 release). |
IWriteable.java | Interface | An interface for common methods in Writer s and OutputStream s. |
MovingAverage.java | Class | |
MovingAverageSample.java | Class | |
NullOutputStream.java | Class | |
PortalDocumentImpl.java | Class | An implementation of IPortalDocument that wraps a standard
Document object.
As of uPortal 2.5, DOM 3 core Document objects are available in uPortal.
Please use those directly. |
PortalDocumentImplTest.java | Class | Testcase for PortalDocumentImpl as deprecated for uPortal 2.5. |
PropsMatcher.java | Class | |
RDBMCounterStore.java | Class | |
RequiresJDK15Test.java | Class | uPortal 2.6 requires JDK 1.5 or later. |
ResourceLimits.java | Class | Basic resource limits
Limits include : hard upper/lower limits, desired size,
activeLimit, update time and prune factor. |
ResourceLoader.java | Class | This utility provides methods for accessing resources. |
SAX2BufferImpl.java | Class | A basic XML buffer implementation. |
SAX2DuplicatingFilterImpl.java | Class | This is a remake of org.xml.sax.helpers.XMLFilterImpl
that allows for downward chaining of LexicalHandlers, and further extensions.
Some of the behavior is slightly different from that of hte XMLFilterImpl.
For example this implementation allows to set null handlers. |
SAX2FilterImpl.java | Class | This is a remake of org.xml.sax.helpers.XMLFilterImpl
that allows for downward chaining of LexicalHandlers, and further extensions.
Some of the behavior is slightly different from that of hte XMLFilterImpl.
For example this implementation allows to set null handlers. |
SAXDocumentFilter.java | Class | Filters out startDocument and endDocument from the
channel content. |
SAXErrorHandler.java | Class | |
SAXHelper.java | Class | |
SetCheckInSemaphore.java | Class | This is a weird semaphore that makes every thread wait, until
all of Strings from a given set have been "checked in". |
SmartCache.java | Class | The SmartCache class is used to store objects in memory for
a specified amount of time. |
SoftHashMap.java | Class | A HashMap implementation that uses soft references,
leaving memory management up to the gc.
author: Peter Kharchenko (thanks to Dr. |
SqlTransaction.java | Class | This type is a place to centralize the portal's sql transaction code. |
SubstitutionIntegerFilter.java | Class | Performs substitution operation on a stream of integer write requests.
7/25/05 - UP-1180 - dmindler@rutgers.edu
Modified to utilize characters instead of integers. |
SubstitutionServletOutputStream.java | Class | A filter presenting a ServletOutputStream that performs
word substitution (search and replace) on the fly. |
SubstitutionWriter.java | Class | A filter presenting a Writer that performs
word substitution (search and replace) on the fly. |
ThreadPool.java | Class | A thread pool implementation with a few extra kinks,
such as ThreadPoolReceipt. |
ThreadPoolReceipt.java | Class | |
ThreadPoolWorker.java | Class | |
URLUtil.java | Class | The URLUtil class offers static helper methods for manipulating the
request parameters and URLs of both HTTP GET and HTTP POST requests
and performing redirections based on the new parameters and URLs. |
WMLURLFilter.java | Class | |
WriteableOutputStreamWrapper.java | Class | A simple wrapper to present
IWriteable interface for a regular java.io.OutputStream . |
WriteableWriterWrapper.java | Class | A simple wrapper to present
IWriteable interface for a regular java.io.Writer . |
XHTMLJavaDoc.java | Class |
This class converts standard Sun JavaDoc to well-formed
XHTML. |
XHTMLURLFilter.java | Class | |
XML.java | Class | This utility provides useful XML helper methods. |
XMLEscaper.java | Class | This utility provides a simple way of escaping the special or
reserved characters in XML that serve as delimiters so that
a string of characters can be left untouched by an XML parser. |
XSLT.java | Class | This utility provides methods for transforming XML documents
via XSLT. |