|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMVCController
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).
| Method Summary | |
|---|---|
HTMLElement |
DoOnPageFinishActions(RequestData requestData,
java.lang.String hostname)
This method invokes the OnPageFinish PEI. |
void |
DoOnPageStartActions(Redirect redirect,
RequestData requestData,
java.lang.String hostname)
This method invokes the OnPageStart PEI. |
Redirect |
HandleRedirect(Redirect redirect,
RequestData requestData)
This method performs the core control flow execution of activityspace related logics. |
| Method Detail |
|---|
void DoOnPageStartActions(Redirect redirect,
RequestData requestData,
java.lang.String hostname)
redirect - Redirect to be processed, if anyrequestData - the requesthostname - the hostname of current portal instance
Redirect HandleRedirect(Redirect redirect,
RequestData requestData)
redirect - Redirect to be processed, if anyrequestData - the request
HTMLElement DoOnPageFinishActions(RequestData requestData,
java.lang.String hostname)
requestData - the requesthostname - the hostname of current portal instance
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||