Uiinfrastructure API Docs  
 

ImgSvrURLHelper Members

ImgSvrURLHelper overview

Public Static Fields

iconiconSTR_L1_DOMAIN_PLUMTREE This String constant represents the Peoplesoft Portlet Suite folder. This is where the Peoplesoft Portlet Suite places its static content.
iconiconSTR_L2_PRODUCT_NAME_COMMON This String constant represents the common folder. The common folder lives at the same level as the product folders (i.e. portal, content, collab, etc.). It is a place where Plumtree products can share static content.
iconiconSTR_L2_PRODUCT_NAME_PORTAL This String constant represents the portal folder. The portal folder lives at the same level as the product folders (i.e. portal, content, collab, etc.). It is a place where Plumtree products can share static content.
iconiconSTR_L3_SCOPE_CUSTOM This String constant represents the custom folder. The custom folder is intended to be a place where PSO and customers can place their static content files.
iconiconSTR_L3_SCOPE_PRIVATE This String constant represents the private folder. The private folder is intended to be a place where products can place files that they DO NOT wish to share with PSO and cstomers.
iconiconSTR_L3_SCOPE_PUBLIC This String constant represents the public folder. The public folder is intended to be a place where products can place files that they DO wish to share with PSO and cstomers.
iconiconSTR_L4_FILE_TYPE_CSS This String constant represents the style sheets folder.
iconiconSTR_L4_FILE_TYPE_HELP This String constant represents the help files folder.
iconiconSTR_L4_FILE_TYPE_IMG This String constant represents the images folder.
iconiconSTR_L4_FILE_TYPE_JS This String constant represents the JavaScript folder.

Public Static Methods

iconiconGetInstance 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.
iconiconInit 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

iconEquals (inherited from Object)Determines whether the specified Object is equal to the current Object.
iconGetCustomURLOverloaded. 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/".
iconGetDomainRootURL This method passes back the root Image Server URL. For example, "http: //myserver:80/ptimages/".
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.
iconGetRootURL This method passes back the root Image Server URL. For example, "http: //myserver:80/ptimages/".
iconGetType (inherited from Object)Gets the Type of the current instance.
iconGetURLOverloaded. Returns an Image Server URL.
iconToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

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.
iconMemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

ImgSvrURLHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace