com.liferay.faces.bridge.scope.internal
Class BridgeRequestScopeLiferayImpl
java.lang.Object
com.liferay.faces.bridge.scope.internal.BridgeRequestScopeBaseImpl
com.liferay.faces.bridge.scope.internal.BridgeRequestScopeCompatImpl
com.liferay.faces.bridge.scope.internal.BridgeRequestScopeCompat_2_2_Impl
com.liferay.faces.bridge.scope.internal.BridgeRequestScopeImpl
com.liferay.faces.bridge.scope.internal.BridgeRequestScopeLiferayImpl
- All Implemented Interfaces:
- BridgeRequestScope, Serializable
public class BridgeRequestScopeLiferayImpl
- extends BridgeRequestScopeImpl
- Author:
- Neil Griffin
- See Also:
- Serialized Form
| Methods inherited from class com.liferay.faces.bridge.scope.internal.BridgeRequestScopeImpl |
getBeganInPhase, getDateCreated, getId, getManagedBeanMap, getPortletMode, getPreExistingRequestAttributeNames, getPreservedActionParameterMap, getPreservedViewStateParam, getRemovedAttributeNames, hashCode, isExcludedRequestAttributeByAnnotation, isExcludedRequestAttributeByConfig, isExcludedRequestAttributeByPreExisting, isFacesLifecycleExecuted, isNamespaceMatch, isNavigationOccurred, isPortletModeChanged, isRedirectOccurred, removeExcludedAttributes, restoreState, saveState, setFacesLifecycleExecuted, setIdPrefix, setNavigationOccurred, setPortletMode, setPortletModeChanged, setRedirectOccurred, toString |
BridgeRequestScopeLiferayImpl
public BridgeRequestScopeLiferayImpl(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletConfig portletConfig,
BridgeConfig bridgeConfig)
isExcludedRequestAttributeByInstance
protected boolean isExcludedRequestAttributeByInstance(String attributeName,
Object attributeValue)
- This is a method-override that provides specific behavior for Liferay Portal. Specifically, since Liferay Portal
does not implement the POST-REDIRECT-GET design pattern, not all instance types listed in Section 5.1.2 of the
Spec can be candidates for exclusion.
- Overrides:
isExcludedRequestAttributeByInstance in class BridgeRequestScopeImpl
isExcludedRequestAttributeByNamespace
protected boolean isExcludedRequestAttributeByNamespace(String attributeName)
- This is a method-override that provides specific behavior for Liferay Portal. Specifically, since Liferay Portal
does not implement the POST-REDIRECT-GET design pattern, not all instance types listed in Section 5.1.2 of the
Spec can be candidates for exclusion.
- Overrides:
isExcludedRequestAttributeByNamespace in class BridgeRequestScopeImpl
Copyright © 2015 Liferay, Inc.. All rights reserved.