Description
NavigationEngine mainly provide the ability to render and navigate page with javascript API depending on server side command.
Public Properties
Name | Type | Description |
url | String | The base url which the engine used to send request to server |
Public Functions
Name | Return Value | Description |
postCreate | Void | Publish event to notify that engine instance have been created |
onLoad | Void | Publish event to notify that current page is loaded |
setUrl | Void | Set url to engine |
registerCommand | Void | Register a command and handler to engine |
createContentPane | Void | Create a content page instance to display page |
createDialog | Void | Create a dialog to display the pop up page |
isECARuleFile | Boolean | Return the judgment result of this url is ECA rule file |
redirectPage | Void | Handler for redirectPage command |
popupPageHandler | Void | Handler for pop up command |
renderPageHandler | Void | Handler for render page command |
remoteFlowHandler | Void | Handler for remote flow command |
destroy | Void | Dispose the instance of current engine |