Uses of Class
javax.faces.event.ScopeContext

Packages that use ScopeContext
javax.faces.event Interfaces describing events and event listeners, and concrete event implementation classes. 
 

Uses of ScopeContext in javax.faces.event
 

Methods in javax.faces.event that return ScopeContext
 ScopeContext PostConstructCustomScopeEvent.getContext()
          

Return the ScopeContext for this event.

 ScopeContext PreDestroyCustomScopeEvent.getContext()
          

Return the ScopeContext for this event.

 

Constructors in javax.faces.event with parameters of type ScopeContext
PostConstructCustomScopeEvent(ScopeContext scopeContext)
          

An instance of this event indicates that the custom scope enclosed within the argument scopeContext was just created.

PreDestroyCustomScopeEvent(ScopeContext scopeContext)
          

An instance of this event indicates that the custom scope enclosed within the argument scopeContext is about to end.

 



Copyright © 2011 Oracle America, Inc. All Rights Reserved.