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 Summary
Modifier and TypeClassDescriptionstatic class
Nested property class for primefaces.mobile. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Class<? extends org.primefaces.cache.CacheProvider>
A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast.Transforms bean validation metadata to html attributes.int
hashCode()
void
setAutoUpdate
(String autoUpdate) 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.void
setTransformMetadata
(Boolean transformMetadata) Transforms bean validation metadata to html attributes.toString()
-
Constructor Details
-
Primefaces5_0Properties
public Primefaces5_0Properties()
-
-
Method Details
-
getMobile
-
getAutoUpdate
-
getTransformMetadata
Transforms bean validation metadata to html attributes. -
getCacheProvider
A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast. -
setAutoUpdate
-
setTransformMetadata
Transforms bean validation metadata to html attributes. -
setCacheProvider
A cache store is required to use the cache component, two different providers are supported as cache implementation; EHCache and Hazelcast. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-