Plumtree Portal UI  
 

CommonOpenerFriendlyURL Members

CommonOpenerFriendlyURL overview

Public Static Fields

KEY_FRIENDLYURL_CHILDID 
KEY_FRIENDLYURL_CHILDNAME 
KEY_FRIENDLYURL_CLASSID Class ID in the URL
KEY_FRIENDLYURL_OBJECTID Object ID in the URL
KEY_FRIENDLYURL_OBJECTNAME Object Name in the URL

Public Instance Constructors

CommonOpenerFriendlyURL Overloaded. Initializes a new instance of the CommonOpenerFriendlyURL class.

Public Instance Methods

AddControlParameter (inherited from APTURL)Overloaded. Adds a string parameter to the querystring on this URL. E.g. param=value
AddNonControlParameter (inherited from APTURL) Adds a string parameter to the URL. This parameter is not reflected in the URL itself but can be used to store arbitrary name/value combinations on the URL object for use in PT tags (i.e., a community link tag could contain a page name and id as well)
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetData Gets URL data. Supports KEY_FRIENDLYURL_CLASSID KEY_FRIENDLYURL_OBJECTID KEY_COMMONOPENER_OPENERMODE PTURLConstants.KEY_URLTYPE KEY_FRIENDLYURL_CLASSID KEY_FRIENDLYURL_OBJECTID in addition to the common URL and CommonOpener URL data keys.
GetFullURL 
GetHashCode (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.
GetType (inherited from Object)Gets the Type of the current instance.
GetURI 
SetURLData Sets URL data. In addition to the common keys, also Supports these: KEY_FRIENDLYURL_CLASSID KEY_FRIENDLYURL_OBJECTID KEY_COMMONOPENER_OPENERMODE
SetURLImageType (inherited from APTURL) Helper function to set URL Image with the width and height component. Equivalent to setting PTURLConstants.KEY_ICONIMG, PTURLConstants.KEY_ICONIMGWIDTH and PTURLConstants.KEY_ICONIMGHEIGHT manually.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Fields

m_childId 
m_childName 
m_classId 
m_ClassID (inherited from APTURL) 
m_friendlyURI 
m_friendlyURL 
m_IconAlt (inherited from APTURL) 
m_IconHeight (inherited from APTURL) 
m_IconImg (inherited from APTURL) 
m_IconWidth (inherited from APTURL) 
m_jsaction (inherited from APTURL) 
m_listParamNames (inherited from APTURL) 
m_listParamValues (inherited from APTURL) 
m_MarkedAsCurrent (inherited from APTURL) 
m_nonControlParamNames (inherited from APTURL) 
m_nonControlParamValues (inherited from APTURL) 
m_nOpenerMode (inherited from ACommonOpenerURL) 
m_nUserID (inherited from ACommonOpenerURL) 
m_objectId 
m_ObjectID (inherited from APTURL) 
m_objectName 
m_strApplicationBaseURL (inherited from ACommonOpenerURL) 
m_Title (inherited from APTURL) 

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

CommonOpenerFriendlyURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace