com.liferay.faces.bridge.filter.internal
Class LiferayPortletRequest
java.lang.Object
com.liferay.faces.bridge.filter.internal.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)
getPortlet
public com.liferay.portal.model.Portlet getPortlet()
getProperties
public Enumeration<String> getProperties(String name)
getProperty
public String getProperty(String name)
getPropertyNames
public Enumeration<String> getPropertyNames()
Copyright © 2015 Liferay, Inc.. All rights reserved.