com.vaadin.server
Class VaadinPortlet.VaadinLiferayRequest

java.lang.Object
  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
Enclosing class:
VaadinPortlet

public static class VaadinPortlet.VaadinLiferayRequest
extends VaadinPortlet.VaadinHttpAndPortletRequest

See Also:
Serialized Form

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.
 
Methods inherited from class com.vaadin.server.VaadinPortlet.VaadinHttpAndPortletRequest
getHeader, getParameter, getParameterMap, getRemoteAddr
 
Methods inherited from class com.vaadin.server.VaadinPortletRequest
getAttribute, getContentLength, getContentType, getContextPath, getInputStream, getLocale, getPortletRequest, getRequestPathInfo, getService, getWrappedSession, getWrappedSession, isSecure, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


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