public class RegistrationResource
extends org.apache.wicket.request.resource.AbstractResource
IOrienteerUsersService.getRegistrationPage() with parameters which contains user id
if user exists in system but account status is com.orientechnologies.orient.core.metadata.security.OUser.STATUSES#SUSPENDED.
Otherwise redirect user to IOrienteerUsersService.getRegistrationPage()org.apache.wicket.request.resource.AbstractResource.ContentRangeType, org.apache.wicket.request.resource.AbstractResource.ResourceResponse, org.apache.wicket.request.resource.AbstractResource.WriteCallback| Modifier and Type | Field and Description |
|---|---|
static String |
MOUNT_PATH |
static String |
PARAMETER_ID |
static String |
RES_KEY |
| Constructor and Description |
|---|
RegistrationResource() |
| Modifier and Type | Method and Description |
|---|---|
static String |
createRegistrationLink(OrienteerUser user) |
static void |
mount(OrienteerWebApplication app) |
protected org.apache.wicket.request.resource.AbstractResource.ResourceResponse |
newResourceResponse(org.apache.wicket.request.resource.IResource.Attributes attrs) |
static void |
unmount(OrienteerWebApplication app) |
public static final String MOUNT_PATH
public static final String RES_KEY
public static final String PARAMETER_ID
public static String createRegistrationLink(OrienteerUser user)
protected org.apache.wicket.request.resource.AbstractResource.ResourceResponse newResourceResponse(org.apache.wicket.request.resource.IResource.Attributes attrs)
newResourceResponse in class org.apache.wicket.request.resource.AbstractResourcepublic static void mount(OrienteerWebApplication app)
public static void unmount(OrienteerWebApplication app)
Copyright © 2019. All rights reserved.