Class PageUtil


  • public abstract class PageUtil
    extends java.lang.Object
    Utility methods for dealing with pages.
    Since:
    10.3.0
    Version:
    $Revision: 20807 $ $Date: 2017-11-30 17:08:51 -0200 (Thu, 30 Nov 2017) $
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int normalizeCachePageValue​(int pageCache)
      Normalize the given page cache configuration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • normalizeCachePageValue

        public static int normalizeCachePageValue​(int pageCache)
        Normalize the given page cache configuration.
        Parameters:
        pageCache - the page cache configuration.
        Returns:
        the normalized page cache configuration.
        Since:
        10.3.0