| Package | Description | 
|---|---|
| javax.faces.context | |
| javax.faces.flow | |
| javax.faces.lifecycle | 
| Modifier and Type | Method and Description | 
|---|---|
ClientWindow | 
ExternalContextWrapper.getClientWindow()
The default behavior of this method is to
 call   | 
ClientWindow | 
ExternalContext.getClientWindow()
Return the   | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExternalContextWrapper.setClientWindow(ClientWindow window)
The default behavior of this method is to
 call   | 
void | 
ExternalContext.setClientWindow(ClientWindow window)
Associate this instance with a   | 
| Modifier and Type | Method and Description | 
|---|---|
abstract String | 
Flow.getClientWindowFlowId(ClientWindow curWindow)
Get the   | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ClientWindowWrapper
Wrapper for   | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ClientWindow | 
ClientWindowFactory.getClientWindow(FacesContext context)
The implementation is responsible
 for creating the   | 
ClientWindow | 
ClientWindowWrapper.getWrapped()  | 
| Constructor and Description | 
|---|
ClientWindowWrapper(ClientWindow wrapped)
If this client window has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.  | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.