PATH |
D2WUtils
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
- allEntities
- appletViewerCommand
- applicationPort
- availableKeysForInterfaceAndKeyPath
- darker
- dataTypeForCustomKeyAndEntity
- flushCaches
- forName
- homeHrefInContext
- keyDescriptorForInterfaceAndKeyPath
- lighter
- makeSubContextForDynamicPageNamed
- makeSubContextForTaskAndEntity
- propertyKeyDescriptorsFromEntity
- readableDateFormatDescription
- readOnlyEntityNames
- safeEquals
- smartDefaultEntityNames
- smartDefaultKeyForEntity
- urlFromUrlAndFormValues
- userDefaultsValueForKey
- visibleEntityNames
Constructors
D2WUtils
public D2WUtils()
This method is intentionally undocumented. You should never have to invoke or customize it.
Methods
allEntities
static public NSArray allEntities()
This method is intentionally undocumented. You should never have to invoke or customize it.
appletViewerCommand
static public String appletViewerCommand()
This method is intentionally undocumented. You should never have to invoke or customize it.
applicationPort
public static int applicationPort()
This method is intentionally undocumented. You should never have to invoke or customize it.
availableKeysForInterfaceAndKeyPath
static public NSArray availableKeysForInterfaceAndKeyPath(WBInterfaceDescriptor descriptor, NSArray anArray)
This method is intentionally undocumented. You should never have to invoke or customize it.
darker
static public String darker(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
dataTypeForCustomKeyAndEntity
public static final Class dataTypeForCustomKeyAndEntity(String aString, EOEntity anEntity)
This method is intentionally undocumented. You should never have to invoke or customize it.
flushCaches
static protected void flushCaches()
This method is intentionally undocumented. You should never have to invoke or customize it.
forName
static public Class forName(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
homeHrefInContext
static public String homeHrefInContext(WOContext aContext)
This method is intentionally undocumented. You should never have to invoke or customize it.
keyDescriptorForInterfaceAndKeyPath
public static WBKeyDescriptor keyDescriptorForInterfaceAndKeyPath(WBInterfaceDescriptor descriptor, NSArray anArray)
This method is intentionally undocumented. You should never have to invoke or customize it.
lighter
public static String lighter(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
makeSubContextForDynamicPageNamed
static public D2WContext makeSubContextForDynamicPageNamed(String aString, WOSession session)
This method is intentionally undocumented. You should never have to invoke or customize it.
makeSubContextForTaskAndEntity
public static D2WContext makeSubContextForTaskAndEntity(String aString, EOEntity anEntity, WOSession session)
This method is intentionally undocumented. You should never have to invoke or customize it.
propertyKeyDescriptorsFromEntity
static public NSArray propertyKeyDescriptorsFromEntity(EOEntity anEntity)
This method is intentionally undocumented. You should never have to invoke or customize it.
readableDateFormatDescription
public static String readableDateFormatDescription(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
readOnlyEntityNames
static public NSArray readOnlyEntityNames(D2WContext aContext)
This method is intentionally undocumented. You should never have to invoke or customize it.
safeEquals
static public boolean safeEquals(Object object1, Object object2)
This method is intentionally undocumented. You should never have to invoke or customize it.
smartDefaultEntityNames
public static NSArray smartDefaultEntityNames()
This method is intentionally undocumented. You should never have to invoke or customize it.
smartDefaultKeyForEntity
public static String smartDefaultKeyForEntity(EOEntity anEntity)
This method is intentionally undocumented. You should never have to invoke or customize it.
urlFromUrlAndFormValues
public static String urlFromUrlAndFormValues(String aString, NSDictionary aDictionary)
This method is intentionally undocumented. You should never have to invoke or customize it.
userDefaultsValueForKey
static public String userDefaultsValueForKey(String aString)
This method is intentionally undocumented. You should never have to invoke or customize it.
visibleEntityNames
public static NSArray visibleEntityNames(D2WContext aContext)
This method is intentionally undocumented. You should never have to invoke or customize it.
© 2001 Apple Computer, Inc.