PATH |
Services
Package: com.webobjects.directtowebInherits from:java.lang.Object
Class Description
This class is used internally by other classes in WebObjects and should be considered private. It should not be used, subclassed, or replaced.
Method Types
Constructors
Private Methods
- breakDown
- capitalize
- dictionaryFromFile
- flatten
- formKeyForKey
- htmlify
- htmlQuotify
- mergeHashtableIntoHashtable
- mergeVectorIntoVector
- mergeVectorIntoVectorWithoutDuplicates
- objectFromPListFile
- plurify
- replace
- replace
- replaceFileContents
- stringFromFile
- vectorFromImmutableVector
- writeDictionaryToFile
Constructors
Services
public Services()
This method is intentionally undocumented. You should never have to invoke or customize it.
Methods
breakDown
static public String breakDown(String aString, int anInt)
This method is intentionally undocumented. You should never have to invoke or customize it.
capitalize
static public String capitalize(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
dictionaryFromFile
public static NSDictionary dictionaryFromFile(File file)
This method is intentionally undocumented. You should never have to invoke or customize it.
flatten
public static NSArray flatten(NSArray anArray)
This method is intentionally undocumented. You should never have to invoke or customize it.
formKeyForKey
static public String formKeyForKey(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
htmlify
static public String htmlify(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
htmlQuotify
public static String htmlQuotify(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
mergeHashtableIntoHashtable
static public void mergeHashtableIntoHashtable(Hashtable hashtable1, Hashtable hashtable2)
This method is intentionally undocumented. You should never have to invoke or customize it.
mergeVectorIntoVector
public static void mergeVectorIntoVector(Vector vector1, Vector vector2)
This method is intentionally undocumented. You should never have to invoke or customize it.
mergeVectorIntoVectorWithoutDuplicates
public static void mergeVectorIntoVectorWithoutDuplicates(Vector vector1, Vector vector2)
This method is intentionally undocumented. You should never have to invoke or customize it.
objectFromPListFile
static public Object objectFromPListFile(File file)
This method is intentionally undocumented. You should never have to invoke or customize it.
plurify
static public String plurify(String aString, int anInt)
This method is intentionally undocumented. You should never have to invoke or customize it.
replace
public static String replace(String string1, String string2, String string3, int int1, int int2)
This method is intentionally undocumented. You should never have to invoke or customize it.
replace
static public String replace(String string1, String string2, String string3)
This method is intentionally undocumented. You should never have to invoke or customize it.
replaceFileContents
static public void replaceFileContents(File file, String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
stringFromFile
public static String stringFromFile(File file)
This method is intentionally undocumented. You should never have to invoke or customize it.
vectorFromImmutableVector
static public Vector vectorFromImmutableVector(NSArray anArray)
This method is intentionally undocumented. You should never have to invoke or customize it.
writeDictionaryToFile
static public void writeDictionaryToFile(NSDictionary aDictionary, File file)
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.