Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Direct to Web

ServerSidePropertyListUtilities

Package:

Inherits 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


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.