Plumtree UI Infrastructure API  
 

MVCController Members

MVCController overview

Public Static Methods

GetInstance 
GetSecondaryRedirectURLFromQS Returns the second redirect URL (ASConstants.REDIRECT_AFTER_LOGIN_SECONDARY) from the QS. (Returns null if it was not there.)

Public Instance Methods

CreateSpace Helper method that creates a new AActivitySpace and stores it on the tempData object. This method should be thread safe for multiple simultaneous requests per user if tempData has a null m_smCache variable (this is the case when this method is called from the HandleGatewayRequest method.
DoOnPageFinishActions This method calls the IPageActions OnPageFinish() method and adds the resulting HTMLComments (if there are any) to the XPResponse.
DoOnPageStartActions This method calls the IPageActions OnPageStart() method.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetFinalDisplayPage 
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.
GetType (inherited from Object)Gets the Type of the current instance.
HandleRedirect This method performs the core control flow execution of activityspace related logics. It processes the given redirect (if any) in the context of the requestData. This method may return a final Redirect object, which typically is a Redirect containing a DisplayPage object, or a flag to indicate an HTTP redirect.
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

MVCController Class | com.plumtree.uiinfrastructure.interpreter Namespace