com.liferay.faces.bridge.container.liferay
Class LiferayPortletRequest
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiferayPortletRequest
public LiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
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.