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 SummaryFields inherited from class jakarta.faces.lifecycle.ClientWindowCLIENT_WINDOW_MODE_PARAM_NAME, NUMBER_OF_CLIENT_WINDOWS_PARAM_NAME
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoiddecode(FacesContext context) voidvoidenableClientWindowRenderMode(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
- 
ClientWindowWrapperDeprecated.
 
- 
- 
Method Details- 
decode- Specified by:
- decodein class- ClientWindow
 
- 
getId- Specified by:
- getIdin class- ClientWindow
 
- 
getQueryURLParameters- Specified by:
- getQueryURLParametersin class- ClientWindow
 
- 
isClientWindowRenderModeEnabled- Overrides:
- isClientWindowRenderModeEnabledin class- ClientWindow
 
- 
disableClientWindowRenderMode- Overrides:
- disableClientWindowRenderModein class- ClientWindow
 
- 
enableClientWindowRenderMode- Overrides:
- enableClientWindowRenderModein class- ClientWindow
 
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<ClientWindow>
- Returns:
- the instance of the class being wrapped
 
 
-