Class BootsfacesProperties

java.lang.Object
org.joinfaces.autoconfigure.bootsfaces.BootsfacesProperties
All Implemented Interfaces:
ServletContextInitParameterProperties

@ConfigurationProperties(prefix="joinfaces.bootsfaces") public class BootsfacesProperties extends Object implements ServletContextInitParameterProperties
Configuration properties of BootsFaces.

Taken from

  • https://search.maven.org/remotecontent?filepath=net/bootsfaces/bootsfaces/0.8.6/bootsfaces-0.8.6-javadoc.jar
  • https://github.com/TheCoder4eu/BootsFaces-OSP
  • https://showcase.bootsfaces.net/miscellaneous/Configuration.jsf
  • Constructor Details

    • BootsfacesProperties

      public BootsfacesProperties()
  • Method Details

    • getDefaults

      public BootsfacesProperties.Defaults getDefaults()
    • getGetFontawesomeFromCdn

      public String getGetFontawesomeFromCdn()
      deactivate FontAwesome support if the no-fa facet is found in the h:head tag.

      May contain EL.

    • getBlockUi

      public String getBlockUi()
      Activates the waitcursor and the double-click protection.

      May contain EL.

    • getTheme

      public String getTheme()
      BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom". If custom is chosen, you will have to provide your custom CSS in the "other" folder.

      May contain EL.

    • getUsetheme

      public String getUsetheme()
      BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.

      May contain EL.

    • getUseViewport

      public Boolean getUseViewport()
    • getGetJqueryFromCdn

      public String getGetJqueryFromCdn()
      Allows you to provide your own jQuery file.

      May contain EL.

    • getGetJqueryuiFromCdn

      public String getGetJqueryuiFromCdn()
      Allows you to provide your own jQueryUI file.

      May contain EL.

    • getGetBootstrapFromCdn

      public String getGetBootstrapFromCdn()
      Allows you to provide your own Bootstrap CSS file.

      May contain EL.

    • setGetFontawesomeFromCdn

      public void setGetFontawesomeFromCdn(String getFontawesomeFromCdn)
      deactivate FontAwesome support if the no-fa facet is found in the h:head tag.

      May contain EL.

    • setBlockUi

      public void setBlockUi(String blockUi)
      Activates the waitcursor and the double-click protection.

      May contain EL.

    • setTheme

      public void setTheme(String theme)
      BootsFaces_THEME - controls the Theme to use: the value "default" is plain Bootstrap, the other options are a Bootswach Theme name (lowercase) or "custom". If custom is chosen, you will have to provide your custom CSS in the "other" folder.

      May contain EL.

    • setUsetheme

      public void setUsetheme(String usetheme)
      BootsFaces_USETHEME - as in previous versions controls if the current theme is to be rendered in the Flat variant (default) or in its Enhanced variant, with shadows and decorations turned on.

      May contain EL.

    • setUseViewport

      public void setUseViewport(Boolean useViewport)
    • setGetJqueryFromCdn

      public void setGetJqueryFromCdn(String getJqueryFromCdn)
      Allows you to provide your own jQuery file.

      May contain EL.

    • setGetJqueryuiFromCdn

      public void setGetJqueryuiFromCdn(String getJqueryuiFromCdn)
      Allows you to provide your own jQueryUI file.

      May contain EL.

    • setGetBootstrapFromCdn

      public void setGetBootstrapFromCdn(String getBootstrapFromCdn)
      Allows you to provide your own Bootstrap CSS file.

      May contain EL.

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object