Plumtree UI Infrastructure API  
 

IMVCController Interface

IMVCController defines the interface of an MVC Controller, which the Interpreter will interact to invoke the application logic. The application logic is typically written based on activityspace-related objects (Control, Model, View, Redirect, etc).

For a list of all members of this type, see IMVCController Members.

public interface IMVCController

Types that implement IMVCController

Type Description
MVCController This is the main MVC controller for invoking the application's logic. It performs the execution of activityspace related control flow.

Requirements

Namespace: com.plumtree.uiinfrastructure.interpreter

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

IMVCController Members | com.plumtree.uiinfrastructure.interpreter Namespace