Class Primefaces5_0Properties

    • Constructor Detail

      • Primefaces5_0Properties

        public Primefaces5_0Properties()
    • Method Detail

      • 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 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 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:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object