com.vaadin.terminal.gwt.server
Class AbstractApplicationPortlet.WrappedLiferayRequest

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

public static class AbstractApplicationPortlet.WrappedLiferayRequest
extends AbstractApplicationPortlet.WrappedHttpAndPortletRequest

See Also:
Serialized Form

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

Constructor Detail

AbstractApplicationPortlet.WrappedLiferayRequest

public AbstractApplicationPortlet.WrappedLiferayRequest(PortletRequest request,
                                                        DeploymentConfiguration deploymentConfiguration)
Method Detail

getPortalProperty

public String getPortalProperty(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.