|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public UrlGenerator
Interface representing an UrlGenerator.
Method Summary | |
---|---|
String |
getUrl(NavigationStateModel navStateModel,
Function callback,
JSON params)
Deprecated. Use getURL instead. |
String |
getURL(NavigationStateModel navStateModel,
Function callback,
JSON params)
Returns the URL based on navigation state model and additional parameters. |
Method Detail |
---|
String getUrl(NavigationStateModel navStateModel, Function callback, JSON params)
navStateModel
-
NavigationStateModel to generate URLcallback
-
callback funtion is invoked when URL is generated, URL will be passed into callbackparams
-
additional parameter in json format
String getURL(NavigationStateModel navStateModel, Function callback, JSON params)
navStateModel
-
NavigationStateModel to generate URLcallback
-
callback funtion is invoked when URL is generated, URL will be passed into callbackparams
-
additional parameter in json format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |