com.liferay.faces.bridge.scope
Class BridgeRequestScopeBaseImpl

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

public abstract class BridgeRequestScopeBaseImpl
extends Object
implements BridgeRequestScope

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.faces.bridge.scope.BridgeRequestScope
BridgeRequestScope.Transport
 
Constructor Summary
BridgeRequestScopeBaseImpl()
           
 
Method Summary
 Object getAttribute(String key)
           
 void setAttribute(String key, Object value)
           
 
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

BridgeRequestScopeBaseImpl

public BridgeRequestScopeBaseImpl()
Method Detail

getAttribute

public Object getAttribute(String key)

setAttribute

public void setAttribute(String key,
                         Object value)


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