Package de.xima.fc.web
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FcClientWindowConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode
getClientWindowRenderMode(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
-
-
-
-
Method Detail
-
getClientWindowRenderMode
public org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode getClientWindowRenderMode(javax.faces.context.FacesContext facesContext)
- Specified by:
getClientWindowRenderMode
in interfaceorg.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
- Overrides:
getClientWindowRenderMode
in classorg.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig
-
-