Class StyleUtils


  • public class StyleUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StyleUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String addPostfixToClasses​(java.lang.String inputClasses, java.lang.String postfix)
      Append each style class with the postfix.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StyleUtils

        public StyleUtils()
    • Method Detail

      • addPostfixToClasses

        public static java.lang.String addPostfixToClasses​(java.lang.String inputClasses,
                                                           java.lang.String postfix)
        Append each style class with the postfix.
        Parameters:
        inputClasses - Space separated style classes.
        postfix - String to be appended to each class of input style classes.
        Returns:
        String containing space separated classes, where each class is appended with postfix.