public abstract class ClientWindowFactory extends Object implements FacesWrapper<ClientWindowFactory>
| Constructor and Description | 
|---|
| ClientWindowFactory()Deprecated.  | 
| ClientWindowFactory(ClientWindowFactory delegate) | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ClientWindow | getClientWindow(FacesContext context) | 
| ClientWindowFactory | getWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped. | 
@Deprecated public ClientWindowFactory()
public ClientWindowFactory(ClientWindowFactory delegate)
public ClientWindowFactory getWrapped()
FacesWrappergetWrapped in interface FacesWrapper<ClientWindowFactory>public abstract ClientWindow getClientWindow(FacesContext context)
Copyright © 2022 The Apache Software Foundation. All rights reserved.