| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Class and Description |
|---|---|
static class |
VaadinPortlet.VaadinGateInRequest
Portlet request for GateIn.
|
static class |
VaadinPortlet.VaadinHttpAndPortletRequest
Base class for portlet requests that need access to HTTP servlet
requests.
|
static class |
VaadinPortlet.VaadinLiferayRequest
Portlet request for Liferay.
|
static class |
VaadinPortlet.VaadinWebLogicPortalRequest
Portlet request for WebSphere Portal.
|
static class |
VaadinPortlet.VaadinWebSpherePortalRequest
Portlet request for WebSphere Portal.
|
| Modifier and Type | Method and Description |
|---|---|
protected VaadinPortletRequest |
VaadinPortlet.createVaadinRequest(javax.portlet.PortletRequest request)
Wraps the request in a (possibly portal specific) Vaadin portlet request.
|
static VaadinPortletRequest |
VaadinPortletRequest.getCurrent()
Gets the currently processed Vaadin portlet request.
|
static VaadinPortletRequest |
VaadinPortletService.getCurrentRequest()
Gets the currently processed Vaadin portlet request.
|
| Modifier and Type | Method and Description |
|---|---|
protected VaadinPortlet.RequestType |
VaadinPortlet.getRequestType(VaadinPortletRequest vaadinRequest)
Deprecated.
As of 7.0. This is no longer used and only provided for
backwards compatibility. Each
RequestHandler can
individually decide whether it wants to handle a request or
not. |
Copyright © 2022 Vaadin Ltd. All rights reserved.