Class Primefaces5_0Properties

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Primefaces5_0Properties.Mobile
      Nested property class for primefaces.mobile.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.String getAutoUpdate()  
      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.Mobile getMobile()  
      java.lang.Boolean getTransformMetadata()
      Transforms bean validation metadata to html attributes.
      int hashCode()  
      void setAutoUpdate​(java.lang.String autoUpdate)  
      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.
      void setTransformMetadata​(java.lang.Boolean transformMetadata)
      Transforms bean validation metadata to html attributes.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • 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 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:
        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