er.directtoweb.delegates
Interface ERDNextPageDelegate
- All Superinterfaces:
- com.webobjects.directtoweb.NextPageDelegate
public interface ERDNextPageDelegate
- extends com.webobjects.directtoweb.NextPageDelegate
The regular NextPageDelegate interface from
d2w has hard coded the return type of WOComponent.
Sometimes you need to return a WOResponse instead
of a component. This interface solves this problem.
Alternately, you could return a ERXResponseComponent.
Method Summary |
com.webobjects.appserver.WOActionResults |
erNextPage(com.webobjects.appserver.WOComponent sender)
|
Methods inherited from interface com.webobjects.directtoweb.NextPageDelegate |
nextPage |
erNextPage
com.webobjects.appserver.WOActionResults erNextPage(com.webobjects.appserver.WOComponent sender)
Copyright © 2002 – 2007 Project Wonder.