Plumtree UI Infrastructure API  
 

RequestData.SetRequestURL Method 

Sets the request URL. This method is used by SSO login code to make it look like the request came to server.pt instead of ssologin.pt.

public virtual void SetRequestURL(
   string sRequestURL
);

Parameters

sRequestURL
the request url

See Also

RequestData Class | com.plumtree.uiinfrastructure.interpreter Namespace