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

Settings

Package: com.apple.client.directtoweb.common

Inherits from:java.lang.Object

Implements:

Subclasses:


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
Static Constants

Fields
Private Methods


Constructors


com.apple.client.directtoweb.common.Settings

public Settings()

This method is intentionally undocumented. You should never have to invoke or customize it.
Static Constants



allMarker
java.lang.String

This constant is intentionally undocumented.

areCurrentSettingsKey
java.lang.String

This constant is intentionally undocumented.

componentsInApplicationWrapperKey
java.lang.String

This constant is intentionally undocumented.

dataTypesKey
java.lang.String

This constant is intentionally undocumented.

dirtyReadOnlyEntitiesKey
java.lang.String

This constant is intentionally undocumented.

dynamicPageKey
java.lang.String

This constant is intentionally undocumented.

dynamicPageNamesKey
java.lang.String

This constant is intentionally undocumented.

entityKey
java.lang.String

This constant is intentionally undocumented.

framesActiveKey
java.lang.String

This constant is intentionally undocumented.

lookKey
java.lang.String

This constant is intentionally undocumented.

noneMarker
java.lang.String

This constant is intentionally undocumented.

pageConfigurationKey
java.lang.String

This constant is intentionally undocumented.

propertiesKey
java.lang.String

This constant is intentionally undocumented.

readOnlyEntityNamesKey
java.lang.String

This constant is intentionally undocumented.

serverDirtyKey
java.lang.String

This constant is intentionally undocumented.

startupEntityKey
java.lang.String

This constant is intentionally undocumented.

startupTaskKey
java.lang.String

This constant is intentionally undocumented.

taskKey
java.lang.String

This constant is intentionally undocumented.

visibleEntityNamesKey
java.lang.String

This constant is intentionally undocumented.
Fields



areCurrentSettings
boolean

This constant is intentionally undocumented.

dirtyReadOnlyEntities
boolean

This constant is intentionally undocumented.

dynamicPage
java.lang.String

This constant is intentionally undocumented.

entity
java.lang.String

This constant is intentionally undocumented.

framesActive
boolean

This constant is intentionally undocumented.

look
java.lang.String

This constant is intentionally undocumented.

pageConfiguration
com.apple.client.directtoweb.common.PageConfiguration

This constant is intentionally undocumented.

serverDirty
boolean

This constant is intentionally undocumented.

startupEntity
java.lang.String

This constant is intentionally undocumented.

startupTask
java.lang.String

This constant is intentionally undocumented.

task
java.lang.String

This constant is intentionally undocumented.
Methods


addProperty

public void addProperty(Property aProperty)

This method is intentionally undocumented. You should never have to invoke or customize it.



addReadOnlyEntityName

public void addReadOnlyEntityName(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



addVisibleEntityName

public void addVisibleEntityName(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



componentsInApplicationWrapper

public Vector componentsInApplicationWrapper()

This method is intentionally undocumented. You should never have to invoke or customize it.



dataTypes

public Vector dataTypes()

This method is intentionally undocumented. You should never have to invoke or customize it.



decodeWithD2WKeyValueUnarchiver

public void decodeWithD2WKeyValueUnarchiver(D2WKeyValueUnarchiver unarchiver)

This method is intentionally undocumented. You should never have to invoke or customize it.



encodeWithD2WKeyValueArchiver

public void encodeWithD2WKeyValueArchiver(D2WKeyValueArchiver archiver)

This method is intentionally undocumented. You should never have to invoke or customize it.



equals

public boolean equals(Object anObject)

This method is intentionally undocumented. You should never have to invoke or customize it.



forADynamicPage

public boolean forADynamicPage()

This method is intentionally undocumented. You should never have to invoke or customize it.



forAllEntities

public boolean forAllEntities()

This method is intentionally undocumented. You should never have to invoke or customize it.



forAllTasks

public boolean forAllTasks()

This method is intentionally undocumented. You should never have to invoke or customize it.



properties

public Vector properties()

This method is intentionally undocumented. You should never have to invoke or customize it.



propertyForName

public Property propertyForName(String aString)

This method is intentionally undocumented. You should never have to invoke or customize it.



readOnlyEntityNames

public Vector readOnlyEntityNames()

This method is intentionally undocumented. You should never have to invoke or customize it.



setComponentsInApplicationWrapper

public void setComponentsInApplicationWrapper(Vector aVector)

This method is intentionally undocumented. You should never have to invoke or customize it.



setDataTypes

public void setDataTypes(Vector aVector)

This method is intentionally undocumented. You should never have to invoke or customize it.



setReadOnlyEntityNames

public void setReadOnlyEntityNames(Vector aVector)

This method is intentionally undocumented. You should never have to invoke or customize it.



setVisibleEntityNames

public void setVisibleEntityNames(Vector aVector)

This method is intentionally undocumented. You should never have to invoke or customize it.



toShortString

public String toShortString()

This method is intentionally undocumented. You should never have to invoke or customize it.



toString

public String toString()

This method is intentionally undocumented. You should never have to invoke or customize it.



visibleEntityNames

public Vector visibleEntityNames()

This method is intentionally undocumented. You should never have to invoke or customize it.