Plumtree Pluggable Navigation API  
 

CListURLMediator Class

This class uses delegation to pass on link generation requests to the appropriate link mediator. If in 508 or low bandwidth access style, the class delegates to CListURLFullMediator. If not, it delegates to CListURLTemplateLinkMediator. This class is not a real CListURLMediator in itself. It dynamically decides which CListURLMediator to delegate to given the Display Option from the HTML source. From a practical point of view, use the Model methods to get an ICPListEntryIterator appropriate for the navigation you're constructing, and then use a mediator to quickly form HTMLAnchors for those links.

For a list of all members of this type, see CListURLMediator Members.

System.Object
   com.plumtree.portalpages.common.mediator.CListURLMediator

public class CListURLMediator : ICPListIterator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.portalpages.common.mediator

Assembly: portalpages (in portalpages.dll)

See Also

CListURLMediator Members | com.plumtree.portalpages.common.mediator Namespace