public interface ClientWindowConfig extends Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
ClientWindowConfig.ClientWindowRenderMode |
Modifier and Type | Method and Description |
---|---|
String |
getClientWindowHtml() |
ClientWindowConfig.ClientWindowRenderMode |
getClientWindowRenderMode(javax.faces.context.FacesContext facesContext)
Determine whether this request should take care of clientWindow detection.
|
int |
getMaxWindowContextCount()
Restricts the number of active windows.
|
boolean |
isClientWindowStoreWindowTreeEnabledOnButtonClick() |
boolean |
isClientWindowStoreWindowTreeEnabledOnLinkClick() |
boolean |
isClientWindowTokenizedRedirectEnabled() |
boolean |
isJavaScriptEnabled() |
void |
setJavaScriptEnabled(boolean javaScriptEnabled) |
boolean isJavaScriptEnabled()
void setJavaScriptEnabled(boolean javaScriptEnabled)
javaScriptEnabled
- whether JavaScript is enabledClientWindowConfig.ClientWindowRenderMode getClientWindowRenderMode(javax.faces.context.FacesContext facesContext)
facesContext
- String getClientWindowHtml()
boolean isClientWindowStoreWindowTreeEnabledOnLinkClick()
ClientWindowConfig.ClientWindowRenderMode.CLIENTWINDOW
.windowhandler.html
boolean isClientWindowStoreWindowTreeEnabledOnButtonClick()
ClientWindowConfig.ClientWindowRenderMode.CLIENTWINDOW
.windowhandler.html
boolean isClientWindowTokenizedRedirectEnabled()
int getMaxWindowContextCount()
Copyright © 2020 The Apache Software Foundation. All rights reserved.