|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UrlGenerator
You should probably not implement this interface directly but extend the AbstractUrlGenerator instead.
| Method Summary | |
|---|---|
String |
getURL(String value,
NavigationConfig.Nav nav)
Returns the url for the given navigator when navigated on the given value. |
String |
getURL(String value,
NavigationConfig.Nav nav,
Map<String,String> extraParameters)
Returns the url for the given navigator. |
| Method Detail |
|---|
String getURL(String value,
NavigationConfig.Nav nav)
value - the value to navigate to.nav - the navigator to navigate.
String getURL(String value,
NavigationConfig.Nav nav,
Map<String,String> extraParameters)
value - the value to navigate to.nav - the navigator to navigate.extraParameters -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||