Package jakarta.faces.lifecycle
Class ClientWindowWrapper
java.lang.Object
jakarta.faces.lifecycle.ClientWindow
jakarta.faces.lifecycle.ClientWindowWrapper
- All Implemented Interfaces:
FacesWrapper<ClientWindow>
public abstract class ClientWindowWrapper
extends ClientWindow
implements FacesWrapper<ClientWindow>
- Since:
- 2.2
-
Field Summary
Fields inherited from class jakarta.faces.lifecycle.ClientWindow
CLIENT_WINDOW_MODE_PARAM_NAME, NUMBER_OF_CLIENT_WINDOWS_PARAM_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
decode
(FacesContext context) void
void
enableClientWindowRenderMode
(FacesContext context) getId()
getQueryURLParameters
(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.boolean
-
Constructor Details
-
ClientWindowWrapper
-
ClientWindowWrapper
Deprecated.
-
-
Method Details
-
decode
- Specified by:
decode
in classClientWindow
-
getId
- Specified by:
getId
in classClientWindow
-
getQueryURLParameters
- Specified by:
getQueryURLParameters
in classClientWindow
-
isClientWindowRenderModeEnabled
- Overrides:
isClientWindowRenderModeEnabled
in classClientWindow
-
disableClientWindowRenderMode
- Overrides:
disableClientWindowRenderMode
in classClientWindow
-
enableClientWindowRenderMode
- Overrides:
enableClientWindowRenderMode
in classClientWindow
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<ClientWindow>
- Returns:
- the instance of the class being wrapped
-