Package com.vaadin.server
Class VaadinPortlet.VaadinWebLogicPortalRequest
- java.lang.Object
-
- javax.portlet.filter.PortletRequestWrapper
-
- com.vaadin.server.VaadinPortletRequest
-
- com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
-
- com.vaadin.server.VaadinPortlet.VaadinWebLogicPortalRequest
-
- All Implemented Interfaces:
VaadinRequest,Serializable,javax.portlet.PortletRequest
- Enclosing class:
- VaadinPortlet
public static class VaadinPortlet.VaadinWebLogicPortalRequest extends VaadinPortlet.VaadinHttpAndPortletRequest
Portlet request for WebSphere Portal.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VaadinWebLogicPortalRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.servlet.http.HttpServletRequestgetServletRequest(javax.portlet.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 javax.portlet.filter.PortletRequestWrapper
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
-
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(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)
-
-
Method Detail
-
getServletRequest
protected javax.servlet.http.HttpServletRequest getServletRequest(javax.portlet.PortletRequest request)
Description copied from class:VaadinPortlet.VaadinHttpAndPortletRequestReturns the original HTTP servlet request for this portlet request.- Specified by:
getServletRequestin classVaadinPortlet.VaadinHttpAndPortletRequest- Parameters:
request-PortletRequestused to- Returns:
- the original HTTP servlet request
-
-