com.liferay.faces.bridge.container.liferay
Class LiferayPortletRequest

java.lang.Object
  extended by com.liferay.faces.bridge.container.liferay.LiferayPortletRequest

public class LiferayPortletRequest
extends Object

This class wraps an instance of com.liferay.portlet.PortletRequestImpl and provides decorator methods that access the wrapped instance via reflection in order to avoid a compile-time dependency.


Constructor Summary
LiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 long getDateHeader(String name)
           
 String[] getHeader(String name)
           
 com.liferay.portal.model.Portlet getPortlet()
           
 com.liferay.portal.theme.ThemeDisplay getThemeDisplay()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiferayPortletRequest

public LiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
Method Detail

getDateHeader

public long getDateHeader(String name)

getHeader

public String[] getHeader(String name)

getPortlet

public com.liferay.portal.model.Portlet getPortlet()

getThemeDisplay

public com.liferay.portal.theme.ThemeDisplay getThemeDisplay()


Copyright © 2014 Liferay, Inc.. All Rights Reserved.