Plumtree Pluggable Navigation API  
 

CListURLTemplateLinkMediator Members

CListURLTemplateLinkMediator overview

Public Instance Constructors

icon CListURLTemplateLinkMediator Constructor Constructor for CListURLTemplateLinkMediator.

Public Instance Methods

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetEntry 
iconGetEntryAtIndex 
iconGetEntryOrigLabel (inherited from CListURLTemplateMediator) Late added method, get the untruncated label of the current entry.
iconGetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
iconGetImageSource (inherited from CListURLTemplateMediator) Creates a string containing the image source for the assigned image
iconGetList (inherited from CListURLTemplateMediator) 
iconGetNonEncodedEntryOrigLabel (inherited from CListURLTemplateMediator) Late added method, get the untruncated label of the current entry (non encoded).
iconGetType (inherited from Object)Gets the Type of the current instance.
iconIsImageEntry (inherited from CListURLTemplateMediator) Checks if an entry has image assigned.
iconNext (inherited from CListURLTemplateMediator) 
iconSetLabelMaxLength (inherited from CListURLTemplateMediator) 
iconSetShowImages (inherited from CListURLTemplateMediator) 
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

iconm_strImageAlign (inherited from CListURLTemplateMediator) 

Protected Instance Methods

iconCreateCommPageURLTemplate (inherited from CListURLTemplateMediator) Creates a Template URL for Community pages
iconCreateDirPageURLTemplate (inherited from CListURLTemplateMediator) Create a Template URL for Directory pages
iconCreateDocURL (inherited from CListURLTemplateMediator) Creates a Template URL for document pages
iconCreateEditorURLTemplate (inherited from CListURLTemplateMediator) Create a Template URL for editor pages
iconCreateFullInternalURL (inherited from CListURLTemplateMediator) 
iconCreateFullURL (inherited from CListURLTemplateMediator) Creates a full url with associated label and image if one
iconCreateGenericURL (inherited from CListURLTemplateMediator) Creates a generic Plumtree Portal 50 URL
iconCreateMyPageURLTemplate (inherited from CListURLTemplateMediator) Creates a Template URL for mypages
iconCreatePrefsURL (inherited from CListURLTemplateMediator) Creates a Template URL for users preferences
iconCreateSiteMapRootURLTemplate (inherited from CListURLTemplateMediator) Creates a Template URL for Community Knowledge Directory Root
iconCreateStringLabel (inherited from CListURLTemplateMediator) Creates an array with just a label without url but possible image
iconCreateUserURL (inherited from CListURLTemplateMediator) Creates a Template URL for user profile pages
iconFinalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
iconGetImageString (inherited from CListURLTemplateMediator) Creates a string containing the html for the assigned images
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.
iconSetListEntryImage (inherited from CListURLTemplateMediator) Get the image string for the specified entry

See Also

CListURLTemplateLinkMediator Class | com.plumtree.portalpages.common.mediator Namespace | Example use: ICPListIterator mediator = new CListURLTemplateLinkMediator(m_asOwner, cpList1); mediator.SetLabelMaxLength(50); //set the maximum label length to 50 characters while (mediator.Next()) { HTMLAnchor anchor = (HTMLAnchor) mediator.GetEntry(); ... }