Uiinfrastructure API Docs  
 

EditorModel.GetRedirectAfterFinish Method 

Returns the Redirect object (this is were we need to go at the end of the Editor). By default this is going to the previous AS (the one that opened this one). But Editors can override that method if they need to redirect somewhere else.

public virtual Redirect GetRedirectAfterFinish();

Return Value

Redirect

Implements

IRepostModel.GetRedirectAfterFinish

See Also

EditorModel Class | com.plumtree.uiinfrastructure.editor Namespace