Package org.apache.myfaces.lifecycle
Class UrlClientWindow
- java.lang.Object
-
- javax.faces.lifecycle.ClientWindow
-
- org.apache.myfaces.lifecycle.UrlClientWindow
-
public class UrlClientWindow extends ClientWindow
- Author:
- lu4242
-
-
Field Summary
-
Fields inherited from class javax.faces.lifecycle.ClientWindow
CLIENT_WINDOW_MODE_PARAM_NAME
-
-
Constructor Summary
Constructors Constructor Description UrlClientWindow(TokenGenerator tokenGenerator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
calculateWindowId(FacesContext context)
void
decode(FacesContext context)
String
getId()
Map<String,String>
getQueryURLParameters(FacesContext context)
void
setId(String id)
-
Methods inherited from class javax.faces.lifecycle.ClientWindow
disableClientWindowRenderMode, enableClientWindowRenderMode, isClientWindowRenderModeEnabled
-
-
-
-
Constructor Detail
-
UrlClientWindow
public UrlClientWindow(TokenGenerator tokenGenerator)
-
-
Method Detail
-
decode
public void decode(FacesContext context)
- Specified by:
decode
in classClientWindow
-
calculateWindowId
protected String calculateWindowId(FacesContext context)
-
getId
public String getId()
- Specified by:
getId
in classClientWindow
-
setId
public void setId(String id)
-
getQueryURLParameters
public Map<String,String> getQueryURLParameters(FacesContext context)
- Specified by:
getQueryURLParameters
in classClientWindow
-
-