public class WicketUrlResolver extends Object
| Constructor and Description |
|---|
WicketUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
static <C extends org.apache.wicket.markup.html.WebPage> |
getUrlForForgottenPassword(String username,
String generatedCode,
Class<C> resetPasswordPage)
Gets the url as String object for the forgotten password page.
|
static <C extends org.apache.wicket.markup.html.WebPage> |
getUrlForForgottenPassword(String username,
String generatedCode,
Class<C> resetPasswordPage,
boolean withServerPort)
Gets the url as String object for the forgotten password page.
|
public static <C extends org.apache.wicket.markup.html.WebPage> String getUrlForForgottenPassword(String username, String generatedCode, Class<C> resetPasswordPage, boolean withServerPort)
C - the generic typeusername - the usernamegeneratedCode - the generated coderesetPasswordPage - the reset password pagewithServerPort - the with server portpublic static <C extends org.apache.wicket.markup.html.WebPage> String getUrlForForgottenPassword(String username, String generatedCode, Class<C> resetPasswordPage)
C - the generic typeusername - the usernamegeneratedCode - the generated coderesetPasswordPage - the reset password pageCopyright © 2015. All rights reserved.