Uiinfrastructure API Docs  
 

EditorStartControl.CheckActionSecurityAndExecute Method 

This code is called by the AS Servlet each time there is an Editor is started. It calls the startEditor method in the Model if a valid Editor Type was in the QS. If the Redirect object returned is not null, the Servlet will the page specified by the Redirect. If the Redirect is null, the Servlet will get the current page from the AS and display it.

public virtual Redirect CheckActionSecurityAndExecute(
   XPHashtable arguments
);

Return Value

Redirect

Implements

IControl.CheckActionSecurityAndExecute

See Also

EditorStartControl Class | com.plumtree.uiinfrastructure.editor Namespace