com.liferay.faces.bridge
Class BridgePhaseBaseImpl
java.lang.Object
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
|
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 |
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
BridgePhaseBaseImpl
public BridgePhaseBaseImpl(javax.portlet.PortletConfig portletConfig)
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.