Class SpringContentTypeUtils


  • public final class SpringContentTypeUtils
    extends Object

    Utility class containing methods for computing content type-related data.

    This class is internal and should not be used from users code.

    Since:
    3.0.6
    Author:
    Daniel Fernández
    • Method Detail

      • computeViewContentType

        public static String computeViewContentType​(javax.servlet.http.HttpServletRequest request,
                                                    String defaultContentType,
                                                    Charset defaultCharset)