com.liferay.faces.bridge.scope
Class BridgeRequestScopeCompatImpl

java.lang.Object
  extended by com.liferay.faces.bridge.scope.BridgeRequestScopeBaseImpl
      extended by com.liferay.faces.bridge.scope.BridgeRequestScopeCompatImpl
All Implemented Interfaces:
BridgeRequestScope
Direct Known Subclasses:
BridgeRequestScopeCompat_2_2_Impl

public abstract class BridgeRequestScopeCompatImpl
extends BridgeRequestScopeBaseImpl

This class provides a compatibility layer that isolates differences between JSF1 and JSF2.

Author:
Neil Griffin

Nested Class Summary
protected  class BridgeRequestScopeCompatImpl.FacesContextAttribute
           
 
Nested classes/interfaces inherited from interface com.liferay.faces.bridge.scope.BridgeRequestScope
BridgeRequestScope.Transport
 
Constructor Summary
BridgeRequestScopeCompatImpl()
           
 
Method Summary
protected  void restoreFlashState(javax.faces.context.ExternalContext externalContext)
           
protected  void restoreJSF2FacesContextAttributes(javax.faces.context.FacesContext facesContext)
           
protected  void saveFlashState(javax.faces.context.ExternalContext externalContext)
           
protected  void saveJSF2FacesContextAttributes(javax.faces.context.FacesContext facesContext)
           
 
Methods inherited from class com.liferay.faces.bridge.scope.BridgeRequestScopeBaseImpl
getAttribute, setAttribute
 
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.scope.BridgeRequestScope
getBeganInPhase, getDateCreated, getId, getPortletMode, getPreservedActionParameterMap, getPreservedViewStateParam, getRemovedAttributeNames, isFacesLifecycleExecuted, isNavigationOccurred, isPortletModeChanged, isRedirectOccurred, removeExcludedAttributes, restoreState, saveState, setFacesLifecycleExecuted, setIdPrefix, setNavigationOccurred, setPortletMode, setPortletModeChanged, setRedirectOccurred
 

Constructor Detail

BridgeRequestScopeCompatImpl

public BridgeRequestScopeCompatImpl()
Method Detail

restoreFlashState

protected void restoreFlashState(javax.faces.context.ExternalContext externalContext)

restoreJSF2FacesContextAttributes

protected void restoreJSF2FacesContextAttributes(javax.faces.context.FacesContext facesContext)

saveFlashState

protected void saveFlashState(javax.faces.context.ExternalContext externalContext)

saveJSF2FacesContextAttributes

protected void saveJSF2FacesContextAttributes(javax.faces.context.FacesContext facesContext)


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