| Package | Description |
|---|---|
| com.sun.faces.context | |
| com.sun.faces.flow | |
| com.sun.faces.lifecycle | |
| javax.faces.context | |
| javax.faces.flow | |
| javax.faces.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
ClientWindow |
ExternalContextImpl.getClientWindow() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExternalContextImpl.setClientWindow(ClientWindow window) |
| Modifier and Type | Method and Description |
|---|---|
String |
FlowImpl.getClientWindowFlowId(ClientWindow curWindow) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientWindowImpl |
| Modifier and Type | Method and Description |
|---|---|
ClientWindow |
ClientWindowFactoryImpl.getClientWindow(FacesContext context) |
| 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 © 1997–2019 Eclipse Foundation. All rights reserved.