Class Primefaces10_0_0Properties
- java.lang.Object
-
- org.joinfaces.autoconfigure.primefaces.Primefaces10_0_0Properties
-
- All Implemented Interfaces:
ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces") public class Primefaces10_0_0Properties extends Object implements ServletContextInitParameterProperties
Configuration properties for Primefaces 10.0.0.- See Also:
- PrimeFaces 10
-
-
Constructor Summary
Constructors Constructor Description Primefaces10_0_0Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Boolean
getClientSideLocalisation()
String
getCookiesSameSite()
Boolean
getFlex()
Boolean
getMarkInputAsInvalidOnErrorMessage()
String
getMultiViewStateStore()
Boolean
getPrimeIcons()
Boolean
getTouchable()
int
hashCode()
void
setClientSideLocalisation(Boolean clientSideLocalisation)
void
setCookiesSameSite(String cookiesSameSite)
void
setFlex(Boolean flex)
void
setMarkInputAsInvalidOnErrorMessage(Boolean markInputAsInvalidOnErrorMessage)
void
setMultiViewStateStore(String multiViewStateStore)
void
setPrimeIcons(Boolean primeIcons)
void
setTouchable(Boolean touchable)
String
toString()
-
-
-
Method Detail
-
getFlex
public Boolean getFlex()
-
getTouchable
public Boolean getTouchable()
-
getMarkInputAsInvalidOnErrorMessage
public Boolean getMarkInputAsInvalidOnErrorMessage()
-
getPrimeIcons
public Boolean getPrimeIcons()
-
getClientSideLocalisation
public Boolean getClientSideLocalisation()
-
getCookiesSameSite
public String getCookiesSameSite()
-
getMultiViewStateStore
public String getMultiViewStateStore()
-
setFlex
public void setFlex(Boolean flex)
-
setTouchable
public void setTouchable(Boolean touchable)
-
setMarkInputAsInvalidOnErrorMessage
public void setMarkInputAsInvalidOnErrorMessage(Boolean markInputAsInvalidOnErrorMessage)
-
setPrimeIcons
public void setPrimeIcons(Boolean primeIcons)
-
setClientSideLocalisation
public void setClientSideLocalisation(Boolean clientSideLocalisation)
-
setCookiesSameSite
public void setCookiesSameSite(String cookiesSameSite)
-
setMultiViewStateStore
public void setMultiViewStateStore(String multiViewStateStore)
-
canEqual
protected boolean canEqual(Object other)
-
-