Package | Description |
---|---|
org.apache.deltaspike.jsf.api.config | |
org.apache.deltaspike.jsf.spi.scope.window |
Modifier and Type | Method and Description |
---|---|
ClientWindowConfig.ClientWindowRenderMode |
JsfModuleConfig.getDefaultWindowMode()
If the window-handling of JSF 2.2+ is enabled,
DELEGATED
will be returned. |
Modifier and Type | Method and Description |
---|---|
ClientWindowConfig.ClientWindowRenderMode |
DefaultClientWindowConfig.getClientWindowRenderMode(javax.faces.context.FacesContext facesContext)
By default we use
ClientWindowRenderMode#LAZY unless
we detect a bot. |
ClientWindowConfig.ClientWindowRenderMode |
ClientWindowConfig.getClientWindowRenderMode(javax.faces.context.FacesContext facesContext)
Determine whether this request should take care of clientWindow detection.
|
static ClientWindowConfig.ClientWindowRenderMode |
ClientWindowConfig.ClientWindowRenderMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientWindowConfig.ClientWindowRenderMode[] |
ClientWindowConfig.ClientWindowRenderMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.