org.apache.myfaces.lifecycle
Class ClientWindowFactoryImpl
java.lang.Object
javax.faces.lifecycle.ClientWindowFactory
org.apache.myfaces.lifecycle.ClientWindowFactoryImpl
- All Implemented Interfaces:
- FacesWrapper<ClientWindowFactory>
public class ClientWindowFactoryImpl
- extends ClientWindowFactory
- Since:
- 2.2
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ClientWindowFactoryImpl
public ClientWindowFactoryImpl()
getClientWindow
public ClientWindow getClientWindow(FacesContext facesContext)
- Specified by:
getClientWindow
in class ClientWindowFactory
Copyright © 2014 The Apache Software Foundation. All rights reserved.