Project Wonder 2.0

er.directtoweb
Interface ERDBranchDelegateInterface

All Superinterfaces:
NextPageDelegate
All Known Implementing Classes:
ERDBranchDelegate

public interface ERDBranchDelegateInterface
extends NextPageDelegate

Extension of the NextPageDelegate to provide branch choices from the delegate to the template.


Method Summary
 NSArray branchChoicesForContext(D2WContext context)
          Calculates which branches to show in the display first asking the context for the key branchChoices if this returns null then using reflection all of the public methods that take a single WOComponent as a parameter are returned.
 
Methods inherited from interface com.webobjects.directtoweb.NextPageDelegate
nextPage
 

Method Detail

branchChoicesForContext

public NSArray branchChoicesForContext(D2WContext context)
Calculates which branches to show in the display first asking the context for the key branchChoices if this returns null then using reflection all of the public methods that take a single WOComponent as a parameter are returned.

Parameters:
context - current D2W context
Returns:
array of branch names.

Last updated: Do, Dez 9, 2004 • 12:46 PM CET

Copyright © 2002 – 2004 Project Wonder.