com.liferay.faces.bridge.scope
Class BridgeRequestScopeLiferayImpl
java.lang.Object
com.liferay.faces.bridge.scope.BridgeRequestScopeBaseImpl
com.liferay.faces.bridge.scope.BridgeRequestScopeCompatImpl
com.liferay.faces.bridge.scope.BridgeRequestScopeCompat_2_2_Impl
com.liferay.faces.bridge.scope.BridgeRequestScopeImpl
com.liferay.faces.bridge.scope.BridgeRequestScopeLiferayImpl
- All Implemented Interfaces:
- BridgeRequestScope, Serializable
public class BridgeRequestScopeLiferayImpl
- extends BridgeRequestScopeImpl
- Author:
- Neil Griffin
- See Also:
- Serialized Form
|
Constructor Summary |
BridgeRequestScopeLiferayImpl(javax.portlet.PortletConfig portletConfig,
javax.portlet.PortletContext portletContext,
javax.portlet.PortletRequest portletRequest)
|
| Methods inherited from class com.liferay.faces.bridge.scope.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.PortletConfig portletConfig,
javax.portlet.PortletContext portletContext,
javax.portlet.PortletRequest portletRequest)
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 © 2014 Liferay, Inc.. All Rights Reserved.