Class UrlClientWindow
- java.lang.Object
- 
- jakarta.faces.lifecycle.ClientWindow
- 
- org.apache.myfaces.lifecycle.clientwindow.UrlClientWindow
 
 
- 
- Direct Known Subclasses:
- UrlRedirectClientWindow
 
 public class UrlClientWindow extends ClientWindow - Author:
- lu4242
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected TokenGeneratortokenGenerator- 
Fields inherited from class jakarta.faces.lifecycle.ClientWindowCLIENT_WINDOW_MODE_PARAM_NAME, NUMBER_OF_CLIENT_WINDOWS_PARAM_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description UrlClientWindow(TokenGenerator tokenGenerator)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecode(FacesContext context)StringgetId()Map<String,String>getQueryURLParameters(FacesContext context)voidsetId(String id)- 
Methods inherited from class jakarta.faces.lifecycle.ClientWindowdisableClientWindowRenderMode, enableClientWindowRenderMode, isClientWindowRenderModeEnabled
 
- 
 
- 
- 
- 
Field Detail- 
tokenGeneratorprotected TokenGenerator tokenGenerator 
 
- 
 - 
Constructor Detail- 
UrlClientWindowpublic UrlClientWindow(TokenGenerator tokenGenerator) 
 
- 
 - 
Method Detail- 
decodepublic void decode(FacesContext context) - Specified by:
- decodein class- ClientWindow
 
 - 
getIdpublic String getId() - Specified by:
- getIdin class- ClientWindow
 
 - 
setIdpublic void setId(String id) 
 - 
getQueryURLParameterspublic Map<String,String> getQueryURLParameters(FacesContext context) - Specified by:
- getQueryURLParametersin class- ClientWindow
 
 
- 
 
-