javax.portlet.faces.annotation
Annotation Type PortletNamingContainer


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface PortletNamingContainer

The PortletNamingContainer annotation is used on a class as a signal that instances of this class implement the Portlet NamingContainer behavior. I.e. its a UIViewRoot which overrides and implements getContainerClientId() ensuring that the returned Id contains in part a portlet Id that is unique with respect to the consuming application (portal). This id is acquired by calling ExternalContext.encodeNamespace().



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