Uiinfrastructure API Docs  
 

ImgSvrURLHelper Methods

The methods of the ImgSvrURLHelper class are listed below. For a complete list of ImgSvrURLHelper class members, see the ImgSvrURLHelper Members topic.

Public Static Methods

GetInstance This method returns an instance of the ImgSvrURLHelper. You will get back the same instance each time you call this method. You must also call the Init method first.
Init Clients need to call this method only once per application. This method essentially allows you to set your Image Server default preferences. For example, by setting the product name, you don't have to specify it again each time you call GetURL.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetCustomURLOverloaded. This method is for PSO and customers. It passes back a URL to the folder where they should be placing their static content. For a particular product. Here is a sample: "http://myserver:80/ptimages/portal/custom/".
GetDomainRootURL This method passes back the root Image Server URL. For example, "http: //myserver:80/ptimages/".
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.
GetRootURL This method passes back the root Image Server URL. For example, "http: //myserver:80/ptimages/".
GetType (inherited from Object)Gets the Type of the current instance.
GetURLOverloaded. Returns an Image Server URL.
ToString (inherited from Object)Returns a String that represents the current Object.

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

ImgSvrURLHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace