org.apache.myfaces.lifecycle
Class UrlClientWindow

java.lang.Object
  extended by javax.faces.lifecycle.ClientWindow
      extended by 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
UrlClientWindow(org.apache.myfaces.lifecycle.TokenGenerator tokenGenerator)
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlClientWindow

public UrlClientWindow(org.apache.myfaces.lifecycle.TokenGenerator tokenGenerator)
Method Detail

decode

public void decode(FacesContext context)
Specified by:
decode in class ClientWindow

calculateWindowId

protected String calculateWindowId(FacesContext context)

getId

public String getId()
Specified by:
getId in class ClientWindow

setId

public void setId(String id)

getQueryURLParameters

public Map<String,String> getQueryURLParameters(FacesContext context)
Specified by:
getQueryURLParameters in class ClientWindow


Copyright © 2015 The Apache Software Foundation. All rights reserved.