Package org.jasig.portal.utils

Interface Summary
ICounterStore A store interface that keeps track of multiple unique ID counters.
IMovingAverageSample  
 

Class Summary
AbsoluteURLFilter Replaces all relative URLs with absolute URLs.
ArrayEnumerator<T> Implements the Enumeration interface over an Array
BlockingQueue A simple FIFO queue that has MIN/MAX capacity and that blocks if either enqueue/dequeue would result in violation of these limits.
BlockingStack A simple FILO stack that has MIN/MAX capacity and that blocks if either push/pop would result in violation of these limits.
CommonUtils CommonUtils class contains base useful utilities
ComparableExtractingComparator<T,C extends Comparable<C>> Base comparator that is used for comparing two objects that are not directly comparable.
CookieCutter CookieCutter is a utility class which stores, sends and receives cookies for a CWebProxy channel instance.
CounterStoreFactory Deprecated. Use the Spring managed 'counterStore' bean via injection instead
DocumentFactory Produces an empty Document implementation
DocumentFactory.LocalDocumentBuilder  
DTDResolver Provides a means to resolve uPortal DTDs
MovingAverage  
MovingAverageSample  
PooledCounterStore  
PropsMatcher  
RDBMCounterStore Deprecated. Use PooledCounterStore instead
ResourceLimits Basic resource limits Limits include : hard upper/lower limits, desired size, activeLimit, update time and prune factor.
ResourceLoader This utility provides methods for accessing resources.
SAX2BufferImpl A basic XML buffer implementation.
SAX2DuplicatingFilterImpl This is a remake of org.xml.sax.helpers.XMLFilterImpl that allows for downward chaining of LexicalHandlers, and further extensions.
SAX2FilterImpl This is a remake of org.xml.sax.helpers.XMLFilterImpl that allows for downward chaining of LexicalHandlers, and further extensions.
SAXDocumentFilter Filters out startDocument and endDocument from the channel content.
SAXErrorHandler  
SAXHelper Convenience methods for SAX parsing
SetCheckInSemaphore This is a weird semaphore that makes every thread wait, until all of Strings from a given set have been "checked in".
SmartCache The SmartCache class is used to store objects in memory for a specified amount of time.
SqlTransaction This type is a place to centralize the portal's sql transaction code.
ThreadPool A thread pool implementation with a few extra kinks, such as ThreadPoolReceipt.
ThreadPoolReceipt A receipt that provides some information/control about a job that's being processed on the ThreadPool
ThreadPoolWorker An internal worker thread for the ThreadPool
Tuple<A,B> Simple object that contains two values who's references are immutable once initialized.
URLUtil 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 Replaces all relative URLs with absolute URLs in a WML document
XHTMLURLFilter Replaces all relative URLs with absolute URLs in an XHTML document
XML This utility provides useful XML helper methods.
XMLEscaper 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 This utility provides methods for transforming XML documents via XSLT.
 



Copyright © 2010 Jasig. All Rights Reserved.