com.bea.portlet.adapter.faces
Class ScopedIdSupport

java.lang.Object
  extended by 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

Method Summary
static String getScopeKey(javax.faces.context.FacesContext facesContext, String defaultValue)
          Get a scope key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getScopeKey

public static String getScopeKey(javax.faces.context.FacesContext facesContext,
                                 String defaultValue)
Get a scope key.

Parameters
facesContext - the FacesContext
defaultValue - 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 © 2011, Oracle. All rights reserved.