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
Nested Classes Modifier and Type Class Description static class
Primefaces5_0Properties.Mobile
Nested 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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAutoUpdate()
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.Mobile
getMobile()
Boolean
getTransformMetadata()
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.String
toString()
-
-
-
Method Detail
-
getMobile
public Primefaces5_0Properties.Mobile getMobile()
-
getAutoUpdate
public String getAutoUpdate()
-
getTransformMetadata
public Boolean getTransformMetadata()
Transforms bean validation metadata to html attributes.
-
getCacheProvider
public 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(String autoUpdate)
-
setTransformMetadata
public void setTransformMetadata(Boolean transformMetadata)
Transforms bean validation metadata to html attributes.
-
setCacheProvider
public 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.
-
canEqual
protected boolean canEqual(Object other)
-
-