@ConfigurationProperties(prefix="jsf.adminfaces")
public class AdminfacesProperties
extends java.lang.Object
implements java.io.Serializable
Taken from
Modifier and Type | Class and Description |
---|---|
static class |
AdminfacesProperties.ControlSidebar
ControlSidebar properties.
|
Constructor and Description |
---|
AdminfacesProperties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAutoHideMessages()
If true PrimeFaces info messages will be hidden after a certain timeout.
|
java.lang.Boolean |
getAutoShowNavbar()
Automatic shows navbar when users scrolls page up (on small screens).
|
java.lang.Integer |
getBreadcrumbSize()
Number of breadcrumbs to queue before removing the older ones.
|
AdminfacesProperties.ControlSidebar |
getControlSidebar()
When true it will activate control sidebar component.
|
java.lang.String |
getDateFormat()
Date format used in error page (500.xhtml), by default it is JVM default format.
|
java.lang.Boolean |
getDisableFilter()
Disables AdminFilter, responsible for redirecting user after session timeout,
sending user to logon page when it is not logged in among other things.
|
java.lang.Boolean |
getEnableRipple()
When true it will create a wave/ripple effect on elements specified by rippleElements.
|
java.lang.Boolean |
getEnableSlideMenu()
If true will make left menu touch enable (can be closed or opened via touch).
|
java.lang.Boolean |
getExtensionLessUrls()
Removes extension suffix from breadCrumb links.
|
java.lang.Boolean |
getIconsEffect()
Enables material effect when icons (e.g modal close, calendar) are clicked.
|
java.lang.String |
getIgnoredResources()
Comma separated resources (pages or urls) to be skiped by AdminFilter.
|
java.lang.String |
getIndexPage()
index page location.
|
java.lang.String |
getLoadingImage()
image used for the loading popup.
|
java.lang.String |
getLoginPage()
login page location (relative to webapp).
|
java.lang.String |
getMessagesHideTimeout()
Timeout to hide info messages.
|
java.lang.Boolean |
getRenderAjaxStatus()
When false ajaxStatus, which triggers the loading bar on every ajax request,
will not be rendered.
|
java.lang.Boolean |
getRenderBreadCrumb()
When false, the breadCrumb component, declared in admin template, will not be rendered.
|
java.lang.Boolean |
getRenderControlSidebar()
When true it will activate control sidebar component.
|
java.lang.Boolean |
getRenderMenuSearch()
Enables or disables menu search.
|
java.lang.Boolean |
getRenderMessages()
When false, p:messages defined in admin template will not be rendered.
|
java.lang.String |
getRippleElements()
A list of comma separated list of (jquery) selector which elements will be
affected by ripple effect.
|
java.lang.Boolean |
getRippleMobileOnly()
When true the ripple effect will be enabled only on mobile (small) screens.
|
java.lang.String |
getSkin()
Default template skin.
|
java.lang.String |
getTemplatePath()
Template path.
|
int |
hashCode() |
void |
setAutoHideMessages(java.lang.Boolean autoHideMessages)
If true PrimeFaces info messages will be hidden after a certain timeout.
|
void |
setAutoShowNavbar(java.lang.Boolean autoShowNavbar)
Automatic shows navbar when users scrolls page up (on small screens).
|
void |
setBreadcrumbSize(java.lang.Integer breadcrumbSize)
Number of breadcrumbs to queue before removing the older ones.
|
void |
setControlSidebar(AdminfacesProperties.ControlSidebar controlSidebar)
When true it will activate control sidebar component.
|
void |
setDateFormat(java.lang.String dateFormat)
Date format used in error page (500.xhtml), by default it is JVM default format.
|
void |
setDisableFilter(java.lang.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.
|
void |
setEnableRipple(java.lang.Boolean enableRipple)
When true it will create a wave/ripple effect on elements specified by rippleElements.
|
void |
setEnableSlideMenu(java.lang.Boolean enableSlideMenu)
If true will make left menu touch enable (can be closed or opened via touch).
|
void |
setExtensionLessUrls(java.lang.Boolean extensionLessUrls)
Removes extension suffix from breadCrumb links.
|
void |
setIconsEffect(java.lang.Boolean iconsEffect)
Enables material effect when icons (e.g modal close, calendar) are clicked.
|
void |
setIgnoredResources(java.lang.String ignoredResources)
Comma separated resources (pages or urls) to be skiped by AdminFilter.
|
void |
setIndexPage(java.lang.String indexPage)
index page location.
|
void |
setLoadingImage(java.lang.String loadingImage)
image used for the loading popup.
|
void |
setLoginPage(java.lang.String loginPage)
login page location (relative to webapp).
|
void |
setMessagesHideTimeout(java.lang.String messagesHideTimeout)
Timeout to hide info messages.
|
void |
setRenderAjaxStatus(java.lang.Boolean renderAjaxStatus)
When false ajaxStatus, which triggers the loading bar on every ajax request,
will not be rendered.
|
void |
setRenderBreadCrumb(java.lang.Boolean renderBreadCrumb)
When false, the breadCrumb component, declared in admin template, will not be rendered.
|
void |
setRenderControlSidebar(java.lang.Boolean renderControlSidebar)
When true it will activate control sidebar component.
|
void |
setRenderMenuSearch(java.lang.Boolean renderMenuSearch)
Enables or disables menu search.
|
void |
setRenderMessages(java.lang.Boolean renderMessages)
When false, p:messages defined in admin template will not be rendered.
|
void |
setRippleElements(java.lang.String rippleElements)
A list of comma separated list of (jquery) selector which elements will be
affected by ripple effect.
|
void |
setRippleMobileOnly(java.lang.Boolean rippleMobileOnly)
When true the ripple effect will be enabled only on mobile (small) screens.
|
void |
setSkin(java.lang.String skin)
Default template skin.
|
void |
setTemplatePath(java.lang.String templatePath)
Template path.
|
java.lang.String |
toString() |
public java.lang.String getLoginPage()
public java.lang.String getIndexPage()
public java.lang.String getDateFormat()
public java.lang.String getTemplatePath()
public java.lang.Integer getBreadcrumbSize()
public java.lang.Boolean getRenderMessages()
public java.lang.Boolean getRenderAjaxStatus()
public java.lang.Boolean getDisableFilter()
public java.lang.Boolean getRenderBreadCrumb()
public java.lang.Boolean getEnableSlideMenu()
public java.lang.Boolean getEnableRipple()
public java.lang.String getRippleElements()
public java.lang.String getSkin()
public java.lang.Boolean getAutoShowNavbar()
public java.lang.String getIgnoredResources()
public java.lang.String getLoadingImage()
public java.lang.Boolean getExtensionLessUrls()
public java.lang.Boolean getRenderControlSidebar()
public java.lang.Boolean getRippleMobileOnly()
public java.lang.Boolean getRenderMenuSearch()
public java.lang.Boolean getAutoHideMessages()
public java.lang.String getMessagesHideTimeout()
public java.lang.Boolean getIconsEffect()
public AdminfacesProperties.ControlSidebar getControlSidebar()
public void setLoginPage(java.lang.String loginPage)
public void setIndexPage(java.lang.String indexPage)
public void setDateFormat(java.lang.String dateFormat)
public void setTemplatePath(java.lang.String templatePath)
public void setBreadcrumbSize(java.lang.Integer breadcrumbSize)
public void setRenderMessages(java.lang.Boolean renderMessages)
public void setRenderAjaxStatus(java.lang.Boolean renderAjaxStatus)
public void setDisableFilter(java.lang.Boolean disableFilter)
public void setRenderBreadCrumb(java.lang.Boolean renderBreadCrumb)
public void setEnableSlideMenu(java.lang.Boolean enableSlideMenu)
public void setEnableRipple(java.lang.Boolean enableRipple)
public void setRippleElements(java.lang.String rippleElements)
public void setSkin(java.lang.String skin)
public void setAutoShowNavbar(java.lang.Boolean autoShowNavbar)
public void setIgnoredResources(java.lang.String ignoredResources)
public void setLoadingImage(java.lang.String loadingImage)
public void setExtensionLessUrls(java.lang.Boolean extensionLessUrls)
public void setRenderControlSidebar(java.lang.Boolean renderControlSidebar)
public void setRippleMobileOnly(java.lang.Boolean rippleMobileOnly)
public void setRenderMenuSearch(java.lang.Boolean renderMenuSearch)
public void setAutoHideMessages(java.lang.Boolean autoHideMessages)
public void setMessagesHideTimeout(java.lang.String messagesHideTimeout)
public void setIconsEffect(java.lang.Boolean iconsEffect)
public void setControlSidebar(AdminfacesProperties.ControlSidebar controlSidebar)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object