Class NotificationXSLTHelper

    • Method Detail

      • concatStyle

        public static String concatStyle​(String newStyles,
                                         String defaultStyles)
        Concatenate two string value of style attribute. If a value is present in the two string, the value in the second string will be ignored.
        Parameters:
        newStyles - a string of style attribute value
        defaultStyles - a string of style attribute to override if necessary
        Returns:
        the concatenation of the two string without double entries