Plumtree Portal UI  
 

UIGateway Members

UIGateway overview

Public Static Fields

CACHE_KEY_GATEWAY_URLS Key to use for caching Gateway URLs in the Application.
QS_WEBSERVICE_UUID Querystring name to use for UUID.
UICLASSTYPEDESC_CLASSNAME Name that identifies this UIClassTypeDesc

Public Static Methods

GetGatewayURL Given the WebService UUID, we can construct the gateway URL that we need. From the UUID, we get access to our web service and the remote server for the web service. From the remote server we can get the remote URL. From the web service, we by default get the Portlet URL. Given that external URL, we can generate our gateway URL. The gateway URLs will be cached by UUID.

Public Instance Constructors

UIGateway Constructor Initializes a new instance of the UIGateway class.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetClassKey (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
GetClassName 
GetClassType 
GetDefaultOpenerMode (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
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.
GetRedirectCreateNew (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
GetRedirectOpenObject (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
GetRedirectSearchBrowse (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
GetRedirectSearchEdit (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
GetRedirectViewObject 
GetRedirectViewObjectMetaData (inherited from com.plumtree.uiinfrastructure.opener.types.AUIClassTypeDesc) 
GetType (inherited from Object)Gets the Type of the current instance.
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

UIGateway Class | com.plumtree.portaluiinfrastructure.classtypedescriptors.classtypes Namespace