Plumtree Pluggable Navigation API  
 

CListURLFullMediator Class

NOTE: Use CListURLFullLinkMediator to get HTMLAnchors, this class might get changed in the future. Generates HTMLAnchors with target URLs in href, display string and image(s) if assigned. This class is similar to CListURLTemplateMediator, except that the HREF is used to go to the URL instead of onlick evens. Hence, it is 508 compatible since no browser Javascript capability is required. Example use: ICPListIterator mediator = new CListURLFullMediator(m_asOwner, cpList1); mediator.SetLabelMaxLength(50); //set the maximum label length to 50 characters while (mediator.Next()) { HTMLAnchor anchor = (HTMLAnchor) mediator.GetEntry(); ... }

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

System.Object
   com.plumtree.portalpages.common.mediator.CListURLFullMediator
      com.plumtree.portalpages.common.mediator.CListURLFullLinkMediator

public class CListURLFullMediator : 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

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