Class MaxLengthStringFormatter

java.lang.Object
org.hippoecm.frontend.util.MaxLengthStringFormatter
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable
Direct Known Subclasses:
MaxLengthNodeNameFormatter

public class MaxLengthStringFormatter extends Object implements org.apache.wicket.util.io.IClusterable
See Also:
  • Constructor Details

    • MaxLengthStringFormatter

      public MaxLengthStringFormatter()
    • MaxLengthStringFormatter

      public MaxLengthStringFormatter(int maxLength, String split, int indentLength)
  • Method Details

    • isTooLong

      public boolean isTooLong(String input)
    • isTooLong

      public boolean isTooLong(String input, int indent)
    • parse

      public String parse(String input)
    • parse

      public String parse(String input, int indent)