PATH |
ServerSidePropertyListUtilities
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
- copyPropertyList
- propertyListFromString
- propertyListsAreEqual
- quickDecodeHTMLEscapedString
- stringFromPropertyList
Constructors
ServerSidePropertyListUtilities
public ServerSidePropertyListUtilities()
This method is intentionally undocumented. You should never have to invoke or customize it.
Methods
copyPropertyList
static public Object copyPropertyList(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
propertyListFromString
public static Object propertyListFromString(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
propertyListsAreEqual
static public boolean propertyListsAreEqual(Object object1, Object object2)
This method is intentionally undocumented. You should never have to invoke or customize it.
quickDecodeHTMLEscapedString
public static String quickDecodeHTMLEscapedString(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
stringFromPropertyList
public static String stringFromPropertyList(Object anObject)
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.