org.apache.myfaces.lifecycle
Class ClientWindowFactoryImpl

java.lang.Object
  extended by javax.faces.lifecycle.ClientWindowFactory
      extended by org.apache.myfaces.lifecycle.ClientWindowFactoryImpl
All Implemented Interfaces:
FacesWrapper<ClientWindowFactory>

public class ClientWindowFactoryImpl
extends ClientWindowFactory

Since:
2.2
Author:
Leonardo Uribe

Field Summary
static String INIT_PARAM_DEFAULT_WINDOW_MODE
           
static String WINDOW_MODE_CLIENT
           
static String WINDOW_MODE_NONE
           
static String WINDOW_MODE_URL
           
 
Constructor Summary
ClientWindowFactoryImpl()
           
 
Method Summary
 ClientWindow getClientWindow(FacesContext facesContext)
           
 
Methods inherited from class javax.faces.lifecycle.ClientWindowFactory
getWrapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INIT_PARAM_DEFAULT_WINDOW_MODE

@JSFWebConfigParam(since="2.2",
                   defaultValue="url")
public static final String INIT_PARAM_DEFAULT_WINDOW_MODE
See Also:
Constant Field Values

WINDOW_MODE_NONE

public static final String WINDOW_MODE_NONE
See Also:
Constant Field Values

WINDOW_MODE_URL

public static final String WINDOW_MODE_URL
See Also:
Constant Field Values

WINDOW_MODE_CLIENT

public static final String WINDOW_MODE_CLIENT
See Also:
Constant Field Values
Constructor Detail

ClientWindowFactoryImpl

public ClientWindowFactoryImpl()
Method Detail

getClientWindow

public ClientWindow getClientWindow(FacesContext facesContext)
Specified by:
getClientWindow in class ClientWindowFactory


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