com.liferay.faces.bridge
Class BridgePhaseBaseImpl

java.lang.Object
  extended by com.liferay.faces.bridge.BridgePhaseBaseImpl
All Implemented Interfaces:
BridgePhase
Direct Known Subclasses:
BridgePhaseCompat_1_2_Impl

public abstract class BridgePhaseBaseImpl
extends Object
implements BridgePhase

Author:
Neil Griffin

Field Summary
protected  BridgeConfig bridgeConfig
           
protected  BridgeContext bridgeContext
           
protected  BridgeRequestScope bridgeRequestScope
           
protected  BridgeRequestScopeCache bridgeRequestScopeCache
           
protected  javax.faces.context.FacesContext facesContext
           
protected  javax.faces.lifecycle.Lifecycle facesLifecycle
           
protected  IncongruityContext incongruityContext
           
protected  javax.portlet.PortletConfig portletConfig
           
protected  javax.portlet.PortletContext portletContext
           
protected  String portletName
           
 
Constructor Summary
BridgePhaseBaseImpl(javax.portlet.PortletConfig portletConfig)
           
 
Method Summary
protected  void cleanup()
           
protected  javax.faces.context.FacesContext getFacesContext(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, javax.faces.lifecycle.Lifecycle lifecycle)
           
protected  javax.faces.context.FacesContextFactory getFacesContextFactory()
           
protected  String getInitParameter(String name)
           
protected  void indicateNamespacingToConsumers(javax.faces.component.UIViewRoot uiViewRoot, javax.portlet.PortletResponse portletResponse)
           
protected  void init(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase)
           
protected  void initBridgeRequestScope(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, Bridge.PortletPhase portletPhase, PortletContainer portletContainer, IncongruityContext incongruityContext)
           
protected  void maintainBridgeRequestScope(javax.portlet.PortletRequest portletRequest, javax.portlet.PortletResponse portletResponse, BridgeRequestScope.Transport bridgeRequestScopeTransport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.bridge.BridgePhase
execute
 

Field Detail

bridgeConfig

protected BridgeConfig bridgeConfig

bridgeContext

protected BridgeContext bridgeContext

bridgeRequestScope

protected BridgeRequestScope bridgeRequestScope

bridgeRequestScopeCache

protected BridgeRequestScopeCache bridgeRequestScopeCache

facesContext

protected javax.faces.context.FacesContext facesContext

incongruityContext

protected IncongruityContext incongruityContext

facesLifecycle

protected javax.faces.lifecycle.Lifecycle facesLifecycle

portletConfig

protected javax.portlet.PortletConfig portletConfig

portletContext

protected javax.portlet.PortletContext portletContext

portletName

protected String portletName
Constructor Detail

BridgePhaseBaseImpl

public BridgePhaseBaseImpl(javax.portlet.PortletConfig portletConfig)
Method Detail

cleanup

protected void cleanup()

indicateNamespacingToConsumers

protected void indicateNamespacingToConsumers(javax.faces.component.UIViewRoot uiViewRoot,
                                              javax.portlet.PortletResponse portletResponse)

init

protected void init(javax.portlet.PortletRequest portletRequest,
                    javax.portlet.PortletResponse portletResponse,
                    Bridge.PortletPhase portletPhase)

initBridgeRequestScope

protected void initBridgeRequestScope(javax.portlet.PortletRequest portletRequest,
                                      javax.portlet.PortletResponse portletResponse,
                                      Bridge.PortletPhase portletPhase,
                                      PortletContainer portletContainer,
                                      IncongruityContext incongruityContext)

maintainBridgeRequestScope

protected void maintainBridgeRequestScope(javax.portlet.PortletRequest portletRequest,
                                          javax.portlet.PortletResponse portletResponse,
                                          BridgeRequestScope.Transport bridgeRequestScopeTransport)

getFacesContext

protected javax.faces.context.FacesContext getFacesContext(javax.portlet.PortletRequest portletRequest,
                                                           javax.portlet.PortletResponse portletResponse,
                                                           javax.faces.lifecycle.Lifecycle lifecycle)
                                                    throws javax.faces.FacesException
Throws:
javax.faces.FacesException

getFacesContextFactory

protected javax.faces.context.FacesContextFactory getFacesContextFactory()
                                                                  throws javax.faces.FacesException
Throws:
javax.faces.FacesException

getInitParameter

protected String getInitParameter(String name)


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