|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vaadin.server.ServletPortletHelper
@Deprecated public class ServletPortletHelper
Contains helper methods shared by VaadinServlet
and
VaadinPortlet
.
Field Summary | |
---|---|
static java.lang.String |
UPLOAD_URL_PREFIX
Deprecated. |
Constructor Summary | |
---|---|
ServletPortletHelper()
Deprecated. |
Method Summary | |
---|---|
static void |
checkUiProviders(VaadinSession session,
VaadinService vaadinService)
Deprecated. |
static java.util.Locale |
findLocale(Component component,
VaadinSession session,
VaadinRequest request)
Deprecated. Helper to find the most most suitable Locale. |
static void |
initDefaultUIProvider(VaadinSession session,
VaadinService vaadinService)
Deprecated. |
static boolean |
isAppRequest(VaadinRequest request)
Deprecated. |
static boolean |
isFileUploadRequest(VaadinRequest request)
Deprecated. |
static boolean |
isHeartbeatRequest(VaadinRequest request)
Deprecated. |
static boolean |
isPublishedFileRequest(VaadinRequest request)
Deprecated. |
static boolean |
isPushRequest(VaadinRequest request)
Deprecated. |
static boolean |
isUIDLRequest(VaadinRequest request)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String UPLOAD_URL_PREFIX
Constructor Detail |
---|
public ServletPortletHelper()
Method Detail |
---|
public static boolean isFileUploadRequest(VaadinRequest request)
public static boolean isPublishedFileRequest(VaadinRequest request)
public static boolean isUIDLRequest(VaadinRequest request)
public static boolean isAppRequest(VaadinRequest request)
public static boolean isHeartbeatRequest(VaadinRequest request)
public static boolean isPushRequest(VaadinRequest request)
public static void initDefaultUIProvider(VaadinSession session, VaadinService vaadinService) throws ServiceException
ServiceException
public static void checkUiProviders(VaadinSession session, VaadinService vaadinService) throws ServiceException
ServiceException
public static java.util.Locale findLocale(Component component, VaadinSession session, VaadinRequest request)
UI.getCurrent()
if definedVaadinSession.getCurrent()
if definedVaadinService.getCurrentRequest()
if definedLocale.getDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |