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.
Class VaadinPortlet.VaadinWebLogicPortalRequest
- java.lang.Object
-
- PortletRequestWrapper
-
- com.vaadin.server.VaadinPortletRequest
-
- com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
-
- com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest
-
All Implemented Interfaces:
Enclosing class:
public static class VaadinPortlet.VaadinWebLogicPortalRequest extends VaadinPortlet.VaadinHttpAndPortletRequest
Portlet request for WebSphere Portal.
See Also:
-
-
Constructor Summary
Constructors Constructor and Description VaadinWebLogicPortalRequest(PortletRequest request, VaadinPortletService vaadinService)
-
Method Summary
All Methods Modifier and Type Method and Description protected javax.servlet.http.HttpServletRequest
getServletRequest(PortletRequest request)
Returns the original HTTP servlet request for this portlet request.
-
Methods inherited from class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
getHeader, getHeaderNames, getHeaders, getParameter, getParameterMap, getRemoteAddr, getRemoteHost, getRemotePort
-
Methods inherited from class com.vaadin.server.VaadinPortletRequest
getCharacterEncoding, getContentLength, getContentType, getCurrent, getCurrentPortletRequest, getDateHeader, getInputStream, getMethod, getPathInfo, getPortalProperty, getPortletPreference, getPortletRequest, getReader, getService, getWrappedSession, getWrappedSession
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.vaadin.server.VaadinRequest
getAttribute, getAttributeNames, getAuthType, getContextPath, getCookies, getLocale, getLocales, getRemoteUser, getUserPrincipal, isSecure, isUserInRole, removeAttribute, setAttribute
-
-
-
-
Constructor Detail
-
VaadinWebLogicPortalRequest
public VaadinWebLogicPortalRequest(PortletRequest request, VaadinPortletService vaadinService)
-
-
Method Detail
-
getServletRequest
protected javax.servlet.http.HttpServletRequest getServletRequest(PortletRequest request)
Description copied from class:
VaadinPortlet.VaadinHttpAndPortletRequest
Returns the original HTTP servlet request for this portlet request.
Specified by:
getServletRequest
in classVaadinPortlet.VaadinHttpAndPortletRequest
Parameters:
request
-PortletRequest
used toReturns:
the original HTTP servlet request
-
-