PATH |
PageConfiguration
Package: com.apple.client.directtoweb.commonInherits 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
- actionsKey
- alternativePagesInFrameworkKey
- backgroundColorForTableKey
- frameKey
- staticPageAvailableInRuntimeKey
- staticPageKey
- titleKey
Private Methods
- actions
- alternativePagesInFramework
- backgroundColorForTable
- frame
- setActions
- setAlternativePagesInFramework
- setBackgroundColorForTable
- setFrame
- setStaticPage
- setStaticPageAvailableInRuntime
- setTitle
- staticPage
- staticPageAvailableInRuntime
- title
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.
© 2001 Apple Computer, Inc.