Class Primefaces5_0Properties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
- 
- All Implemented Interfaces:
- ServletContextInitParameterProperties
 
 @ConfigurationProperties("joinfaces.primefaces") public class Primefaces5_0Properties extends Object implements ServletContextInitParameterProperties Configuration properties for Primefaces 5.0. Values taken from https://www.primefaces.org/docs/guide/primefaces_user_guide_5_0.pdf pages 13, 42, 55.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classPrimefaces5_0Properties.MobileNested property class for primefaces.mobile.
 - 
Constructor SummaryConstructors Constructor Description Primefaces5_0Properties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAutoUpdate()Class<? extends org.primefaces.cache.CacheProvider>getCacheProvider()A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.Primefaces5_0Properties.MobilegetMobile()BooleangetTransformMetadata()Transforms bean validation metadata to html attributes.inthashCode()voidsetAutoUpdate(String autoUpdate)voidsetCacheProvider(Class<? extends org.primefaces.cache.CacheProvider> cacheProvider)A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.voidsetTransformMetadata(Boolean transformMetadata)Transforms bean validation metadata to html attributes.StringtoString()
 
- 
- 
- 
Method Detail- 
getMobilepublic Primefaces5_0Properties.Mobile getMobile() 
 - 
getAutoUpdatepublic String getAutoUpdate() 
 - 
getTransformMetadatapublic Boolean getTransformMetadata() Transforms bean validation metadata to html attributes.
 - 
getCacheProviderpublic Class<? extends org.primefaces.cache.CacheProvider> getCacheProvider() A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.
 - 
setAutoUpdatepublic void setAutoUpdate(String autoUpdate) 
 - 
setTransformMetadatapublic void setTransformMetadata(Boolean transformMetadata) Transforms bean validation metadata to html attributes.
 - 
setCacheProviderpublic void setCacheProvider(Class<? extends org.primefaces.cache.CacheProvider> cacheProvider) A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-