Class Primefaces5_0Properties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.primefaces.Primefaces5_0Properties
 
 
- 
- All Implemented Interfaces:
 ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces") public class Primefaces5_0Properties extends java.lang.Object implements ServletContextInitParameterPropertiesConfiguration properties for Primefaces 5.0. Values taken from http://www.primefaces.org/docs/guide/primefaces_user_guide_5_0.pdf pages 13, 42, 55. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrimefaces5_0Properties.MobileNested property class for primefaces.mobile. 
- 
Constructor Summary
Constructors Constructor Description Primefaces5_0Properties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.StringgetAutoUpdate()java.lang.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()java.lang.BooleangetTransformMetadata()Transforms bean validation metadata to html attributes.inthashCode()voidsetAutoUpdate(java.lang.String autoUpdate)voidsetCacheProvider(java.lang.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(java.lang.Boolean transformMetadata)Transforms bean validation metadata to html attributes.java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getMobile
public Primefaces5_0Properties.Mobile getMobile()
 
- 
getAutoUpdate
public java.lang.String getAutoUpdate()
 
- 
getTransformMetadata
public java.lang.Boolean getTransformMetadata()
Transforms bean validation metadata to html attributes. 
- 
getCacheProvider
public java.lang.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. 
- 
setAutoUpdate
public void setAutoUpdate(java.lang.String autoUpdate)
 
- 
setTransformMetadata
public void setTransformMetadata(java.lang.Boolean transformMetadata)
Transforms bean validation metadata to html attributes. 
- 
setCacheProvider
public void setCacheProvider(java.lang.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. 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -