| | Uiinfrastructure API Docs | |
| ImgSvrURLHelper Members
|
ImgSvrURLHelper overview
Public Static Fields
 STR_L1_DOMAIN_PLUMTREE | This String constant represents the Peoplesoft Portlet Suite folder. This is where the Peoplesoft Portlet Suite places its static content. |
 STR_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. |
 STR_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. |
 STR_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. |
 STR_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. |
 STR_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. |
 STR_L4_FILE_TYPE_CSS | This String constant represents the style sheets folder. |
 STR_L4_FILE_TYPE_HELP | This String constant represents the help files folder. |
 STR_L4_FILE_TYPE_IMG | This String constant represents the images folder. |
 STR_L4_FILE_TYPE_JS | This String constant represents the JavaScript folder. |
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. |
GetCustomURL | Overloaded. 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. |
GetURL | Overloaded. 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