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 static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: com.plumtree.portalpages.common.mediator
Assembly: portalpages (in portalpages.dll)
CListURLMediator Members | com.plumtree.portalpages.common.mediator Namespace