We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.server.communication.
Class PortletUIInitHandler
- java.lang.Object
-
- com.vaadin.server.SynchronizedRequestHandler
-
- com.vaadin.server.communication.UIInitHandler
-
- com.vaadin.server.communication.PortletUIInitHandler
-
All Implemented Interfaces:
public class PortletUIInitHandler extends UIInitHandler
See Also:
-
-
Field Summary
-
Fields inherited from class com.vaadin.server.communication.UIInitHandler
BROWSER_DETAILS_PARAMETER
-
-
Constructor Summary
Constructors Constructor and Description PortletUIInitHandler()
-
Method Summary
All Methods Modifier and Type Method and Description protected boolean
isInitRequest(VaadinRequest request)
static boolean
isUIInitRequest(VaadinRequest request)
-
Methods inherited from class com.vaadin.server.communication.UIInitHandler
canHandleRequest, getEmbedId, getInitialUidl, synchronizedHandleRequest
-
Methods inherited from class com.vaadin.server.SynchronizedRequestHandler
handleRequest
-
-
-
-
Method Detail
-
isInitRequest
protected boolean isInitRequest(VaadinRequest request)
Specified by:
isInitRequest
in classUIInitHandler
-
isUIInitRequest
public static boolean isUIInitRequest(VaadinRequest request)
-
-