com.bea.portlet.adapter.faces
Class ScopedIdSupport
java.lang.Object
  
com.bea.portlet.adapter.faces.ScopedIdSupport
public abstract class ScopedIdSupport
- extends Object
 
Utility class that supports generation of scoped identifiers
 for JSF content in portals.
 
 
Usage
 
 Refer to Usage
 for usage information.
- See Also
 - Overview
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getScopeKey
public static String getScopeKey(FacesContext facesContext,
                                 String defaultValue)
- Get a scope key.
- Parameters
 facesContext - the FacesContextdefaultValue - the default value for the scope key
 if the request is not being processed
 within a facesContent control in a portal
- Returns
 - a scope key
 or the default value
 if the request is not being processed
 within a facesContent control in a portal
 
 
 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved