Class Primefaces5_0Properties

    • Constructor Detail

      • Primefaces5_0Properties

        public Primefaces5_0Properties()
    • Method Detail

      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object