com.sun.portal.desktop.util |
|
Java Source File Name | Type | Comment |
Base64.java | Class | This class encodes and decodes data to and from the Base64 format according
to the specs in RFC 1521 (Section 5.2). |
FileLookup.java | Class | This class provides a generic file path generation utility
for all portal data file types, be they templates, JSP. |
I18n.java | Class | |
Integers.java | Class | |
IURLDecoder.java | Class | The class contains a utility method for converting from
a MIME format called "x-www-form-urlencoded "
to a String
To convert to a String , each character is examined in turn:
- The ASCII characters '
a ' through 'z ',
'A ' through 'Z ', and '0 '
through '9 ' remain the same. |
IURLEncoder.java | Class | The class contains a utility method for converting a
String into a MIME format called
"x-www-form-urlencoded " format. |
NSPrintWriter.java | Class | This class is taken from the JDK 1.2.2_11 reference
implementation and modified to be unsynchronized, for
performance reasons. |
NSStringBuffer.java | Class | This class is taken from the JDK 1.2.2_11 reference
implementation and modified to be unsynchronized, for
performance reasons. |
NSStringWriter.java | Class | This class is taken from the JDK 1.2.2_11 reference
implementation and modified to be unsynchronized, for
performance reasons. |
OrderedMap.java | Class | |
OrderedSet.java | Class | Simple wrapper class. |
ParameterMap.java | Class | |
Password.java | Class | |
PIParser.java | Class | This class is a utility class which does the parsing of
the pathInfo from request into a map of maps. |
PropertiesDebug.java | Class | Allows a uniform interface to file debug and exception information in a
uniform format. |
Resource.java | Class | This class provides generic methods to locate a file and return its contents . |
SmartList.java | Class | |
SmartMap.java | Class | This class is a thread-aware smart-modification map. |
Target.java | Class | |
WrapperException.java | Interface | |