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
    Constructor
    Description
     
  • Method Summary

    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

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      getClientWindowRenderMode in interface org.apache.deltaspike.jsf.spi.scope.window.ClientWindowConfig
      Overrides:
      getClientWindowRenderMode in class org.apache.deltaspike.jsf.spi.scope.window.DefaultClientWindowConfig