Class ContentLimitProvider.SimpleFixedLimitProvider

    • Constructor Detail

      • SimpleFixedLimitProvider

        public SimpleFixedLimitProvider()
      • SimpleFixedLimitProvider

        public SimpleFixedLimitProvider​(long limit)
    • Method Detail

      • setSizeLimitString

        public void setSizeLimitString​(java.lang.String limit)
        This method sets a value for the limit. If the string does not parse to a java long, the default value will be applied instead.
        Parameters:
        limit - a String representing a valid Java long.