org.sakaiproject.util

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » sakai » org.sakaiproject.util 
org.sakaiproject.util
Java Source File NameTypeComment
ArrayUtil.javaClass

ArrayUtil collects together some Array utility methods.

Authentication.javaClass

Authentication is a utility class that implements the Authentication interface.

BaseDbDoubleStorage.javaClass

BaseDbDoubleStorage is a class that stores Resources (of some type) in a database,
provides locked access, and generally implements a services "storage" class.

BaseDbFlatStorage.javaClass

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.javaClass

BaseDbSingleStorage is a class that stores Resources (of some type) in a database,
provides locked access, and generally implements a services "storage" class.

BaseDelivery.javaClass

BaseDelivery is a base class for all Delivery objects.

BaseResourceProperties.javaClass

BaseResourceProperties is the base class for ResourceProperties implementations.

BaseResourcePropertiesEdit.javaClass

BaseResourceProperties is the base class for ResourcePropertiesEdit implementations.

BaseXmlFileStorage.javaClass

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.javaClass 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.javaClass 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.javaClass
ComponentMap.javaClass

ComponentMap exposes the registered components as a map - the component id is mapped to the component implementation.

ComponentsLoader.javaClass
ContextLoaderListener.javaClass

Sakai's extension to the Spring ContextLoaderListener - use our ContextLoader, and increment / decrement the child count of the ComponentManager on init / destroy.

DateWidgetFormat.javaClass Created by IntelliJ IDEA.
DirectRefreshDelivery.javaClass

DirectRefreshDelivery is a Delivery that does a direct location refresh.

EmailNotification.javaClass

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.javaClass

EmptyIterator is an iterator which is empty.

EntityCollections.javaClass

EntityUtil collects some entity utility methods dealing with collections of entities and entity references.

EnumerationIterator.javaClass

EnumerationIterator is an iterator over an enumeration.

EventObservingCourier.javaClass

EventObservingCourier is an ObservingCourier that watches Events, of a particular reference root.

ExternalTrustedEvidence.javaClass

ExternalTrustedEvidence is a utility class that implements the ExternalTrustedEvidence interface.

FileItem.javaClass

FileItem is ...

FormattedText.javaClass FormattedText provides support for user entry of formatted text; the formatted text is HTML.
IdPwEvidence.javaClass

IdPwEvidence is a utility class that implements the IdPwEvidence interface.

IteratorEnumeration.javaClass

IteratorEnumeration is an enumeration over an iterator.

MapUtil.javaClass

MapUtil collects together some string utility classes.

MergedList.javaClass
MergedListEntryProviderBase.javaClass Collects common functionality between MergedListEntry providers.
MergedListEntryProviderFixedListWrapper.javaClass
ObservingCourier.javaClass

ObservingCourier is an observer which uses the courier service to notify when things change.

ParameterParser.javaClass ParameterParser is a wrapper over the request that provides compatibility with Sakai 1.5 and before.
PathHashUtil.javaClass A utility class to generate a SHA1 hash based on a full path to a resource/entity.
Placement.javaClass

Placement is a utility class that implements the Placement interface.

PresenceObservingCourier.javaClass

PresenceObservingCourier is an EventObservingCourier which watches for only presence service events at a particular location, and delivers a direct refresh delivery.

PropertyOverrideConfigurer.javaClass

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.javaClass 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.javaClass RequestFilter Filters all requests to Sakai tools.
ResourceLoader.javaClass
SiteEmailNotification.javaClass

SiteEmailNotification is an EmailNotification that selects the site's participants (based on site access) as the recipients of the notification.

SortedIterator.javaClass

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.javaClass
StorageUser.javaInterface

StorageUser is ...%%% callbacks from the BaseXmlFileStorage and other Storage classes...

StringUtil.javaClass

StringUtil collects together some string utility classes.

SubjectAffiliates.javaClass SubjectAffiliate A utility class representing Affiliates within academic subject areas.
Tool.javaClass

Tool is a utility class that implements the Tool interface.

ToolListener.javaClass

Webapp listener to detect webapp-housed tool registration.

Validator.javaClass

Validator is utility class that helps to validate stuff.

Web.javaClass

Web is a web (html, http, etc) technlogies collection of helper methods.

Xml.javaClass

Xml is a DOM XML helper object with static functions to help with XML.

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.