@Version(value="5.0.0")
See: Description
Annotation Type | Description |
---|---|
BridgePreDestroy |
The
BridgePreDestroy annotation is used on methods as a callback notification to signal that the
instance is in the process of being removed by the bridge from the bridge request scope. |
BridgeRequestScopeAttributeAdded |
The
BridgeRequestScopeAttributeAdded annotation is used on methods as a callback notification to signal
that the instance is in the process of being added to the container's request scope and that this attribute will be
managed in the bridge request scope. |
BridgeRequestScoped |
This annotation may be applied to CDI beans that are to be scoped according to the requirements of the "Bridge
Request Scope" as described in Section 5.1.2 of the JSR 378 Specification titled "Managing Lifecycle State".
|
ExcludeFromManagedRequestScope |
The
ExcludeFromManagedRequestScope annotation is used on a class as a signal that instances of this
class are not to be managed by the bridge in the bridge request scope if/when the instance is added to the portlet
container's request scope. |
PortletNamingContainer |
This annotation is applied to the Bridge API
PortletNamingContainerUIViewRoot and can be applied to others if
necessary. |
Copyright © 2022 Liferay, Inc. All rights reserved.