Package javax.portlet.faces.annotation

Annotation Types Summary
BridgePreDestroy The PreDestroy 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.
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 The PortletNamingContainer annotation is used on a class as a signal that instances of this class implement the Portlet NamingContainer behavior.
 



Copyright © 2007-2011 The Apache Software Foundation. All Rights Reserved.