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

java.lang.Object
  extended by com.liferay.faces.bridge.filter.BridgePortletRequestFactory
      extended by com.liferay.faces.bridge.filter.internal.BridgePortletRequestFactoryImpl
All Implemented Interfaces:
javax.faces.FacesWrapper<BridgePortletRequestFactory>

public class BridgePortletRequestFactoryImpl
extends BridgePortletRequestFactory

Author:
Neil Griffin

Constructor Summary
BridgePortletRequestFactoryImpl()
           
 
Method Summary
 javax.portlet.ActionRequest getActionRequest(javax.portlet.ActionRequest actionRequest)
           
 javax.portlet.EventRequest getEventRequest(javax.portlet.EventRequest eventRequest)
           
 javax.portlet.RenderRequest getRenderRequest(javax.portlet.RenderRequest renderRequest)
           
 javax.portlet.ResourceRequest getResourceRequest(javax.portlet.ResourceRequest resourceRequest)
           
 BridgePortletRequestFactory getWrapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgePortletRequestFactoryImpl

public BridgePortletRequestFactoryImpl()
Method Detail

getActionRequest

public javax.portlet.ActionRequest getActionRequest(javax.portlet.ActionRequest actionRequest)
Specified by:
getActionRequest in class BridgePortletRequestFactory

getEventRequest

public javax.portlet.EventRequest getEventRequest(javax.portlet.EventRequest eventRequest)
Specified by:
getEventRequest in class BridgePortletRequestFactory

getRenderRequest

public javax.portlet.RenderRequest getRenderRequest(javax.portlet.RenderRequest renderRequest)
Specified by:
getRenderRequest in class BridgePortletRequestFactory

getResourceRequest

public javax.portlet.ResourceRequest getResourceRequest(javax.portlet.ResourceRequest resourceRequest)
Specified by:
getResourceRequest in class BridgePortletRequestFactory

getWrapped

public BridgePortletRequestFactory getWrapped()


Copyright © 2015 Liferay, Inc.. All rights reserved.