com.vaadin.server
Class VaadinPortlet.WrappedLiferayRequest

java.lang.Object
  extended by com.vaadin.server.WrappedPortletRequest
      extended by com.vaadin.server.VaadinPortlet.WrappedHttpAndPortletRequest
          extended by com.vaadin.server.VaadinPortlet.WrappedLiferayRequest
All Implemented Interfaces:
WrappedRequest, java.io.Serializable
Enclosing class:
VaadinPortlet

public static class VaadinPortlet.WrappedLiferayRequest
extends VaadinPortlet.WrappedHttpAndPortletRequest

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.vaadin.server.WrappedRequest
WrappedRequest.BrowserDetails
 
Constructor Summary
VaadinPortlet.WrappedLiferayRequest(javax.portlet.PortletRequest request, VaadinPortlet.PortletService vaadinService)
           
 
Method Summary
 java.lang.String getPortalProperty(java.lang.String name)
          Reads a portal property from the portal context of the wrapped request.
 
Methods inherited from class com.vaadin.server.VaadinPortlet.WrappedHttpAndPortletRequest
getHeader, getParameter, getParameterMap, getRemoteAddr
 
Methods inherited from class com.vaadin.server.WrappedPortletRequest
cast, getAttribute, getBrowserDetails, getContentLength, getContentType, getInputStream, getLocale, getPortletRequest, getRequestPathInfo, getVaadinService, getWrappedSession, isSecure, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VaadinPortlet.WrappedLiferayRequest

public VaadinPortlet.WrappedLiferayRequest(javax.portlet.PortletRequest request,
                                           VaadinPortlet.PortletService vaadinService)
Method Detail

getPortalProperty

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

Overrides:
getPortalProperty in class WrappedPortletRequest
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


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