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

PageConfiguration

Package: com.apple.client.directtoweb.common

Inherits from:ComponentConfiguration

Implements:


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

Private Methods


Constructors


com.apple.client.directtoweb.common.PageConfiguration

public PageConfiguration()

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



actionsKey
java.lang.String

This constant is intentionally undocumented.

alternativePagesInFrameworkKey
java.lang.String

This constant is intentionally undocumented.

backgroundColorForTableKey
java.lang.String

This constant is intentionally undocumented.

frameKey
java.lang.String

This constant is intentionally undocumented.

staticPageAvailableInRuntimeKey
java.lang.String

This constant is intentionally undocumented.

staticPageKey
java.lang.String

This constant is intentionally undocumented.

titleKey
java.lang.String

This constant is intentionally undocumented.
Methods


actions

public Vector actions()

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



alternativePagesInFramework

public Vector alternativePagesInFramework()

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



backgroundColorForTable

public String backgroundColorForTable()

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



frame

public String frame()

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



setActions

public void setActions(Vector aVector)

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



setAlternativePagesInFramework

public void setAlternativePagesInFramework(Vector aVector)

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



setBackgroundColorForTable

public void setBackgroundColorForTable(String aString)

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



setFrame

public void setFrame(String aString)

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



setStaticPage

public void setStaticPage(boolean aBoolean)

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



setStaticPageAvailableInRuntime

public void setStaticPageAvailableInRuntime(boolean aBoolean)

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



setTitle

public void setTitle(String aString)

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



staticPage

public boolean staticPage()

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



staticPageAvailableInRuntime

public boolean staticPageAvailableInRuntime()

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



title

public String title()

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