Class FcClientWindowConfig
java.lang.Object
org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
de.xima.fc.web.FcClientWindowConfig
- All Implemented Interfaces:
Serializable, org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
@Specializes
public class FcClientWindowConfig
extends org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderModegetClientWindowRenderMode(javax.faces.context.FacesContext facesContext) Methods inherited from class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
getClientWindowHtml, getClientWindowResourceLocation, getMaxWindowContextCount, getUserAgent, init, isClientWindowStoreWindowTreeEnabledOnButtonClick, isClientWindowStoreWindowTreeEnabledOnLinkClick, isClientWindowTokenizedRedirectEnabled, isJavaScriptEnabled, setJavaScriptEnabled
-
Constructor Details
-
FcClientWindowConfig
public FcClientWindowConfig()
-
-
Method Details
-
getClientWindowRenderMode
public org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode getClientWindowRenderMode(javax.faces.context.FacesContext facesContext) - Specified by:
getClientWindowRenderModein interfaceorg.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig- Overrides:
getClientWindowRenderModein classorg.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-