super(app, controllerContext, SiteType.USER.name(), siteName, requestPath, null);
}
@Override
public <R, U extends PortalURL<R, U>> U newURL(ResourceType<R, U> resourceType, URLFactory urlFactory) {
StandaloneAppURLContext context = new StandaloneAppURLContext(getControllerContext());
U url = urlFactory.newURL(resourceType, context);
if (url != null) {
url.setAjax(false);
}
return url;