com.liferay.faces.bridge.filter.internal
Class LiferayPortletRequest

java.lang.Object
  extended by 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.


Constructor Summary
LiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 com.liferay.portal.model.Portlet getPortlet()
           
 Enumeration<String> getProperties(String name)
           
 String getProperty(String name)
           
 Enumeration<String> getPropertyNames()
           
 
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

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.