Package | Description |
---|---|
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
javax.faces.flow |
The runtime API for Faces Flows. |
javax.faces.lifecycle |
Classes and interfaces defining lifecycle management for the
JavaServer Faces implementation.
|
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)
Obtain the current |
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 |
abstract ClientWindow |
ClientWindowWrapper.getWrapped () |
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.