public abstract class ClientWindow extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_WINDOW_MODE_PARAM_NAME
Defines the ClientWindow mode to use.
|
Constructor and Description |
---|
ClientWindow() |
Modifier and Type | Method and Description |
---|---|
abstract void |
decode(FacesContext context) |
void |
disableClientWindowRenderMode(FacesContext context) |
void |
enableClientWindowRenderMode(FacesContext context) |
abstract String |
getId() |
abstract Map<String,String> |
getQueryURLParameters(FacesContext context) |
boolean |
isClientWindowRenderModeEnabled(FacesContext context) |
@JSFWebConfigParam(since="2.2.0", expectedValues="none, url, url-redirect, client", defaultValue="none") public static final String CLIENT_WINDOW_MODE_PARAM_NAME
public abstract void decode(FacesContext context)
public abstract String getId()
public abstract Map<String,String> getQueryURLParameters(FacesContext context)
public boolean isClientWindowRenderModeEnabled(FacesContext context)
public void disableClientWindowRenderMode(FacesContext context)
public void enableClientWindowRenderMode(FacesContext context)
Copyright © 2022 The Apache Software Foundation. All rights reserved.