Serialized Form

  • Package org.joinfaces.autoconfigure.adminfaces

    • Class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties

      class AdminfacesProperties extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • autoHideMessages
          Boolean autoHideMessages
          If true PrimeFaces info messages will be hidden after a certain timeout.
        • autoShowNavbar
          Boolean autoShowNavbar
          Automatic shows navbar when users scrolls page up (on small screens). Can be enable/disabled per page with <ui:param name="autoShowNavbar" value="false" />.
        • breadcrumbSize
          Integer breadcrumbSize
          Number of breadcrumbs to queue before removing the older ones.
        • closableLoading
          Boolean closableLoading
          When true, closeable loading is enabled.
        • controlSidebar
          AdminfacesProperties.ControlSidebar controlSidebar
          When true it will activate control sidebar component.
        • dateFormat
          String dateFormat
          Date format used in error page (500.xhtml), by default it is JVM default format.
        • disableFilter
          Boolean disableFilter
          Disables AdminFilter, responsible for redirecting user after session timeout, sending user to logon page when it is not logged in among other things.
        • enableMobileHeader
          Boolean enableMobileHeader
          When true, the mobile header is enabled.
        • enableRipple
          Boolean enableRipple
          When true it will create a wave/ripple effect on elements specified by rippleElements.
        • enableSlideMenu
          Boolean enableSlideMenu
          If true will make left menu touch enable (can be closed or opened via touch). Can be enable/disabled per page with <ui:param name="enableSlideMenu" value="false" />.
        • extensionLessUrls
          Boolean extensionLessUrls
          Removes extension suffix from breadCrumb links.
        • iconsEffect
          Boolean iconsEffect
          Enables material effect when icons (e.g modal close, calendar) are clicked.
        • ignoredResources
          String ignoredResources
          Comma separated resources (pages or urls) to be skiped by AdminFilter. Ex: /rest, /pages/car-list. Note that by default the filter skips pages under CONTEXT/public/ folder.
        • indexPage
          String indexPage
          index page location. User will be redirected to it when it access app root (contextPath/).
        • loadingImage
          String loadingImage
          image used for the loading popup. It must be under webapp/resources/images folder.
        • loginPage
          String loginPage
          login page location (relative to webapp). It you only be used if you configure Admin Session.
        • messagesHideTimeout
          String messagesHideTimeout
          Timeout to hide info messages. Note that the timeout is also composed by configured timeout + number of words in message.
        • renderAjaxStatus
          Boolean renderAjaxStatus
          When false ajaxStatus, which triggers the loading bar on every ajax request, will not be rendered.
        • renderBreadCrumb
          Boolean renderBreadCrumb
          When false, the breadCrumb component, declared in admin template, will not be rendered.
        • renderControlSidebar
          Boolean renderControlSidebar
          When true it will activate control sidebar component.
        • renderFormAsterisks
          Boolean renderFormAsterisks
          When true, the asterisk on required form elements is rendered.
        • renderMenuSearch
          Boolean renderMenuSearch
          Enables or disables menu search.
        • renderMessages
          Boolean renderMessages
          When false, p:messages defined in admin template will not be rendered.
        • rippleElements
          String rippleElements
          A list of comma separated list of (jquery) selector which elements will be affected by ripple effect.
        • rippleMobileOnly
          Boolean rippleMobileOnly
          When true the ripple effect will be enabled only on mobile (small) screens.
        • skin
          String skin
          Default template skin.
        • skipMessageDetailIfEqualsSummary
          Boolean skipMessageDetailIfEqualsSummary
          When true, p:message will not show details if equals to summary.
        • templatePath
          String templatePath
          Template path.
    • Class org.joinfaces.autoconfigure.adminfaces.AdminfacesProperties.ControlSidebar

      class ControlSidebar extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • boxedLayout
          Boolean boxedLayout
          Boxed layout.
        • darkSkin
          Boolean darkSkin
          Changes control sidebar skin between dark and light.
        • expandOnHover
          Boolean expandOnHover
          When true left sidebar will expand on mouse hover.
        • fixed
          Boolean fixed
          When true control sidebar will be fixed on the page.
        • fixedLayout
          Boolean fixedLayout
          Toggles fixed layout where navbar is fixed on the page.
        • leftMenuTemplate
          Boolean leftMenuTemplate
          Switches layout between left (default) and top menu.
        • showOnMobile
          Boolean showOnMobile
          When true control sidebar will be also rendered on mobile devices.
        • sidebarCollapsed
          Boolean sidebarCollapsed
          When true left sidebar will be collapsed.
    • Class org.joinfaces.autoconfigure.adminfaces.SpringSecurityAdminSession

      class SpringSecurityAdminSession extends com.github.adminfaces.template.session.AdminSession implements Serializable
  • Package org.joinfaces.primefaces