com.vaadin.server
Class VaadinPortlet.VaadinLiferayRequest

java.lang.Object
  extended by javax.portlet.filter.PortletRequestWrapper
      extended by com.vaadin.server.VaadinPortletRequest
          extended by com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
              extended by com.vaadin.server.VaadinPortlet.VaadinLiferayRequest
All Implemented Interfaces:
VaadinRequest, java.io.Serializable, javax.portlet.PortletRequest
Enclosing class:
VaadinPortlet

public static class VaadinPortlet.VaadinLiferayRequest
extends VaadinPortlet.VaadinHttpAndPortletRequest

Portlet request for Liferay.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.portlet.PortletRequest
javax.portlet.PortletRequest.P3PUserInfos
 
Field Summary
 
Fields inherited from interface javax.portlet.PortletRequest
ACTION_PHASE, ACTION_SCOPE_ID, BASIC_AUTH, CCPP_PROFILE, CLIENT_CERT_AUTH, DIGEST_AUTH, EVENT_PHASE, FORM_AUTH, LIFECYCLE_PHASE, RENDER_HEADERS, RENDER_MARKUP, RENDER_PART, RENDER_PHASE, RESOURCE_PHASE, USER_INFO
 
Constructor Summary
VaadinPortlet.VaadinLiferayRequest(javax.portlet.PortletRequest request, VaadinPortletService vaadinService)
           
 
Method Summary
 java.lang.String getPortalProperty(java.lang.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.
 
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, getDateHeader, getInputStream, getMethod, getPathInfo, 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

VaadinPortlet.VaadinLiferayRequest

public VaadinPortlet.VaadinLiferayRequest(javax.portlet.PortletRequest request,
                                          VaadinPortletService vaadinService)
Method Detail

getPortalProperty

public java.lang.String getPortalProperty(java.lang.String name)
Description copied from class: VaadinPortletRequest
Reads a portal property from the portal context of the Vaadin request.

Overrides:
getPortalProperty in class VaadinPortletRequest
Parameters:
name - a string with the name of the portal property to get
Returns:
a string with the value of the property, or null if the property is not defined

getServletRequest

protected javax.servlet.http.HttpServletRequest getServletRequest(javax.portlet.PortletRequest request)
Description copied from class: VaadinPortlet.VaadinHttpAndPortletRequest
Returns the original HTTP servlet request for this portlet request.

Specified by:
getServletRequest in class VaadinPortlet.VaadinHttpAndPortletRequest
Parameters:
request - PortletRequest used to
Returns:
the original HTTP servlet request


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.