Class 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
    • 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
    • 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
    • Constructor Detail

      • FcClientWindowConfig

        public FcClientWindowConfig()
    • Method Detail

      • getClientWindowRenderMode

        public org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig.ClientWindowRenderMode getClientWindowRenderMode​(javax.faces.context.FacesContext facesContext)
        Specified by:
        getClientWindowRenderMode in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
        Overrides:
        getClientWindowRenderMode in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig