org.sakaiproject.util |
|
Java Source File Name | Type | Comment |
ArrayUtil.java | Class |
ArrayUtil collects together some Array utility methods. |
Authentication.java | Class |
Authentication is a utility class that implements the Authentication interface. |
BaseDbDoubleStorage.java | Class |
BaseDbDoubleStorage is a class that stores Resources (of some type) in a database,
provides locked access, and generally implements a services "storage" class. |
BaseDbFlatStorage.java | Class |
BaseDbFlatStorage is a class that stores Resources (of some type) in a database, provides (optional) locked access,
and generally implements a services "storage" class. |
BaseDbSingleStorage.java | Class |
BaseDbSingleStorage is a class that stores Resources (of some type) in a database,
provides locked access, and generally implements a services "storage" class. |
BaseDelivery.java | Class |
BaseDelivery is a base class for all Delivery objects. |
BaseResourceProperties.java | Class |
BaseResourceProperties is the base class for ResourceProperties implementations. |
BaseResourcePropertiesEdit.java | Class |
BaseResourceProperties is the base class for ResourcePropertiesEdit implementations. |
BaseXmlFileStorage.java | Class |
BaseXmlFileStorage is a class that stores Resources (of some type) in an XML file
backed memory store, provides locked access, and generally implements a service's
"storage" class. |
BasicAuth.java | Class | This is implemented in a filter, since most httpclients (ie non browser
clients) dont know what to do with a redirect.
There are 2 mechanisms for selecting basic authentication. |
Blob.java | Class | A blob is a Binary Large OBject.
The Blob uses a linked list structure internally so it is
not susceptible to running out of memory when growing. |
CalendarUtil.java | Class | |
ComponentMap.java | Class |
ComponentMap exposes the registered components as a map - the component id is mapped to the component implementation. |
ComponentsLoader.java | Class | |
ContextLoaderListener.java | Class |
Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy. |
DateWidgetFormat.java | Class | Created by IntelliJ IDEA. |
DirectRefreshDelivery.java | Class |
DirectRefreshDelivery is a Delivery that does a direct location refresh. |
EmailNotification.java | Class |
EmailNotification is the notification action that handles the act of message (email) based notify, site related, with user preferences.
The following should be specified to extend the class:
- getRecipients() - get a collection of Users to send the notification to
- getHeaders() - form the complete message headers (like from: to: reply-to: date: subject: etc).
|
EmptyIterator.java | Class |
EmptyIterator is an iterator which is empty. |
EntityCollections.java | Class |
EntityUtil collects some entity utility methods dealing with collections of entities and entity references. |
EnumerationIterator.java | Class |
EnumerationIterator is an iterator over an enumeration. |
EventObservingCourier.java | Class |
EventObservingCourier is an ObservingCourier that watches Events, of a particular reference root. |
ExternalTrustedEvidence.java | Class |
ExternalTrustedEvidence is a utility class that implements the ExternalTrustedEvidence interface. |
FileItem.java | Class |
FileItem is ... |
FormattedText.java | Class | FormattedText provides support for user entry of formatted text; the formatted text is HTML. |
IdPwEvidence.java | Class |
IdPwEvidence is a utility class that implements the IdPwEvidence interface. |
IteratorEnumeration.java | Class |
IteratorEnumeration is an enumeration over an iterator. |
MapUtil.java | Class |
MapUtil collects together some string utility classes. |
MergedList.java | Class | |
MergedListEntryProviderBase.java | Class | Collects common functionality between MergedListEntry providers. |
MergedListEntryProviderFixedListWrapper.java | Class | |
ObservingCourier.java | Class |
ObservingCourier is an observer which uses the courier service to notify when things change. |
ParameterParser.java | Class | ParameterParser is a wrapper over the request that provides compatibility with Sakai 1.5 and before. |
PathHashUtil.java | Class | A utility class to generate a SHA1 hash based on a full path to a resource/entity. |
Placement.java | Class |
Placement is a utility class that implements the Placement interface. |
PresenceObservingCourier.java | Class |
PresenceObservingCourier is an EventObservingCourier which watches for only presence service events at a particular location, and delivers a direct refresh delivery. |
PropertyOverrideConfigurer.java | Class |
Sakai's extension to the Spring PropertyOverrideConfigurer - allow our dotted bean ids, use @ as a separator between the bean id and the property name. |
RemoteHostFilter.java | Class | This Servlet Filter allows/denies requests based on comparing the remote
hostname and/or ip-address against a set of regular expressions configured in
the init parameters.
The allow and/or deny properties are expected
to be comma-delimited list of regular expressions indicating hostnames and/or
ip addresses of allowed/denied hosts. |
RequestFilter.java | Class | RequestFilter Filters all requests to Sakai tools. |
ResourceLoader.java | Class | |
SiteEmailNotification.java | Class |
SiteEmailNotification is an EmailNotification that selects the site's participants (based on site access) as the recipients of the notification. |
SortedIterator.java | Class |
SortedIterator is a wrapper iterator that iterates over the wrapped iterator in a sorted order, the order controlled by a Comparator function provided at construction. |
StackIterator.java | Class | |
StorageUser.java | Interface |
StorageUser is ...%%% callbacks from the BaseXmlFileStorage and other Storage classes... |
StringUtil.java | Class |
StringUtil collects together some string utility classes. |
SubjectAffiliates.java | Class | SubjectAffiliate A utility class representing Affiliates within academic subject areas. |
Tool.java | Class |
Tool is a utility class that implements the Tool interface. |
ToolListener.java | Class |
Webapp listener to detect webapp-housed tool registration. |
Validator.java | Class |
Validator is utility class that helps to validate stuff. |
Web.java | Class |
Web is a web (html, http, etc) technlogies collection of helper methods. |
Xml.java | Class |
Xml is a DOM XML helper object with static functions to help with XML. |