Plumtree UI Infrastructure API  
 

IMVCController Methods

The methods of the IMVCController interface are listed below. For a complete list of IMVCController interface members, see the IMVCController Members topic.

Public Instance Methods

DoOnPageFinishActions This method invokes the OnPageFinish PEI.
DoOnPageStartActions This method invokes the OnPageStart PEI. The PEI will be invoked with the activity space in the given redirect if any. Otherwise, it will be invoked with the activity space in the requestData.
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.

See Also

IMVCController Interface | com.plumtree.uiinfrastructure.interpreter Namespace