public class BootstrapHandlerHelper extends Object implements Serializable
Constructor and Description |
---|
BootstrapHandlerHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getPushURL(VaadinSession vaadinSession,
VaadinRequest vaadinRequest)
Gets the push URL as a URL relative to the request URI.
|
static String |
getServiceUrl(VaadinRequest vaadinRequest)
Gets the service URL as a URL relative to the request URI.
|
public static String getServiceUrl(VaadinRequest vaadinRequest)
vaadinRequest
- the requestpublic static String getPushURL(VaadinSession vaadinSession, VaadinRequest vaadinRequest)
vaadinSession
- the sessionvaadinRequest
- the requestCopyright © 2020. All rights reserved.