public static class VaadinPortlet.VaadinLiferayRequest extends VaadinPortlet.VaadinHttpAndPortletRequest
Constructor and Description |
---|
VaadinLiferayRequest(javax.portlet.PortletRequest request,
VaadinPortletService vaadinService) |
Modifier and Type | Method and Description |
---|---|
String |
getPortalProperty(String name)
Reads a portal property from the portal context of the Vaadin request.
|
protected javax.servlet.http.HttpServletRequest |
getServletRequest(javax.portlet.PortletRequest request)
Returns the original HTTP servlet request for this portlet request.
|
getHeader, getHeaderNames, getHeaders, getParameter, getParameterMap, getRemoteAddr, getRemoteHost, getRemotePort
getCharacterEncoding, getContentLength, getContentType, getCurrent, getCurrentPortletRequest, getDateHeader, getInputStream, getMethod, getPathInfo, getPortletPreference, getPortletRequest, getReader, getService, getWrappedSession, getWrappedSession
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getParameterNames, getParameterValues, getPortalContext, getPortletMode, getPortletSession, getPortletSession, getPreferences, getPrivateParameterMap, getProperties, getProperty, getPropertyNames, getPublicParameterMap, getRemoteUser, getRequest, getRequestedSessionId, getResponseContentType, getResponseContentTypes, getScheme, getServerName, getServerPort, getUserPrincipal, getWindowID, getWindowState, isPortletModeAllowed, isRequestedSessionIdValid, isSecure, isUserInRole, isWindowStateAllowed, removeAttribute, setAttribute, setRequest
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getRemoteUser, getUserPrincipal, isSecure, isUserInRole, removeAttribute, setAttribute
public VaadinLiferayRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)
public String getPortalProperty(String name)
VaadinPortletRequest
getPortalProperty
in class VaadinPortletRequest
name
- a string with the name of the portal property to getnull
if
the property is not definedprotected javax.servlet.http.HttpServletRequest getServletRequest(javax.portlet.PortletRequest request)
VaadinPortlet.VaadinHttpAndPortletRequest
getServletRequest
in class VaadinPortlet.VaadinHttpAndPortletRequest
request
- PortletRequest
used toCopyright © 2020 Vaadin Ltd. All rights reserved.