PATH |
D2WPage
Package: com.webobjects.directtowebThis class is the parent class for the Direct to Web templates. It provides support for the next page mechanism, which determines the behavior when the user leaves the page. It also provides other methods used by most or all of the Direct to Web templates, such as a data source, the page wrapper name, and a flag to indicate whether to show the cancel button or not.
Most of the methods in this class are accessed (via the .wod
) file of the Direct to Web templates. If you create your own Direct to Web template, you can invoke the methods in this class in the same way. See the "Direct to Web" chapter of WebObjects Tools and Techniques for more information about creating a Direct to Web template.
Method Types
null
, if no next page has been specified. Typically, this method is invoked when the user leaves the page; the exact conditions under which it is invoked depends on the subclass of
You can override this method to customize the
null
, if no next page delegate has been specified. Typically, the nextPage
method is invoked on the next page delegate (if it has been specified) when the user leaves the page; the exact conditions under which it is invoked depends on the subclass of
If you do not specify a next page delegate, Direct to Web displays the nextPage
method.
You can override the nextPageDelegate
method or use the setNextPageDelegate
method to customize the
See Also:
nextPage
setNextPageDelegate
dataSource
.
delegate
. Typically, the nextPage
method is invoked on the next page delegate (if it has been specified) when the user leaves the page; the exact conditions under which it is invoked depends on the subclass of © 2001 Apple Computer, Inc.