org.jasig.portal.utils

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 » Portal » uPortal_rel 2 6 1 GA » org.jasig.portal.utils 
org.jasig.portal.utils
Java Source File NameTypeComment
AbsoluteURLFilter.javaClass
AddressTester.javaClass This class checks a URL or a webserver hosting a URL.
BlockingQueue.javaClass A simple FIFO queue that has MIN/MAX capacity and that blocks if either enqueue/dequeue would result in violation of these limits.
BlockingStack.javaClass A simple FILO stack that has MIN/MAX capacity and that blocks if either push/pop would result in violation of these limits.
BooleanLock.javaClass A simple object with a boolean property.
CommonUtils.javaClass
CookieCutter.javaClass CookieCutter is a utility class which stores, sends and receives cookies for a CWebProxy channel instance.
CounterStoreFactory.javaClass
DocumentFactory.javaClass
DTDResolver.javaClass
GuidGenerator.javaClass Creates a Global/Universal Unique ID, per DCE RPC specification.
ICounterStore.javaInterface A store interface that keeps track of multiple unique ID counters.
IMovingAverageSample.javaInterface
IPortalDocument.javaInterface 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.javaInterface An interface for common methods in Writers and OutputStreams.
MovingAverage.javaClass
MovingAverageSample.javaClass
NullOutputStream.javaClass
PortalDocumentImpl.javaClass 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.javaClass Testcase for PortalDocumentImpl as deprecated for uPortal 2.5.
PropsMatcher.javaClass
RDBMCounterStore.javaClass
RequiresJDK15Test.javaClass uPortal 2.6 requires JDK 1.5 or later.
ResourceLimits.javaClass Basic resource limits Limits include : hard upper/lower limits, desired size, activeLimit, update time and prune factor.
ResourceLoader.javaClass

This utility provides methods for accessing resources.

SAX2BufferImpl.javaClass A basic XML buffer implementation.
SAX2DuplicatingFilterImpl.javaClass 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.javaClass 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.javaClass Filters out startDocument and endDocument from the channel content.
SAXErrorHandler.javaClass
SAXHelper.javaClass
SetCheckInSemaphore.javaClass This is a weird semaphore that makes every thread wait, until all of Strings from a given set have been "checked in".
SmartCache.javaClass The SmartCache class is used to store objects in memory for a specified amount of time.
SoftHashMap.javaClass A HashMap implementation that uses soft references, leaving memory management up to the gc.
author:
   Peter Kharchenko (thanks to Dr.
SqlTransaction.javaClass This type is a place to centralize the portal's sql transaction code.
SubstitutionIntegerFilter.javaClass 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.javaClass A filter presenting a ServletOutputStream that performs word substitution (search and replace) on the fly.
SubstitutionWriter.javaClass A filter presenting a Writer that performs word substitution (search and replace) on the fly.
ThreadPool.javaClass A thread pool implementation with a few extra kinks, such as ThreadPoolReceipt.
ThreadPoolReceipt.javaClass
ThreadPoolWorker.javaClass
URLUtil.javaClass 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.javaClass
WriteableOutputStreamWrapper.javaClass A simple wrapper to present IWriteable interface for a regular java.io.OutputStream.
WriteableWriterWrapper.javaClass A simple wrapper to present IWriteable interface for a regular java.io.Writer.
XHTMLJavaDoc.javaClass

This class converts standard Sun JavaDoc to well-formed XHTML.

XHTMLURLFilter.javaClass
XML.javaClass This utility provides useful XML helper methods.
XMLEscaper.javaClass 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.javaClass This utility provides methods for transforming XML documents via XSLT.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.