Plumtree Portal UI  
 

APTURL Members

APTURL overview

Public Instance Methods

AddControlParameterOverloaded. Adds a string parameter to the querystring on this URL. E.g. param=value
AddNonControlParameter 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 
GetFullURL Returns the entire URL with http:// and server name E.g http://portalserver/portal/server.pt
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 Returns the URI, the part of the URL after sever name E.g /portal/server.pt
SetURLData Sets data on the URL. Supports the following keys: PTURLConstants.KEY_TITLE PTURLConstants.KEY_ICONIMG PTURLConstants.KEY_ICONIMGWIDTH PTURLConstants.KEY_ICONIMGHEIGHT PTURLConstants.KEY_ICONIMGALT PTURLConstants.KEY_CURRENTMARKER
SetURLImageType 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 Constructors

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

Protected Instance Fields

m_ClassID 
m_IconAlt 
m_IconHeight 
m_IconImg 
m_IconWidth 
m_jsaction 
m_listParamNames 
m_listParamValues 
m_MarkedAsCurrent 
m_nonControlParamNames 
m_nonControlParamValues 
m_ObjectID 
m_Title 

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

APTURL Class | com.plumtree.portaluiinfrastructure.ptlink Namespace