org.apache.myfaces.shared_tomahawk.renderkit
Class ContentTypeUtils
java.lang.Object
org.apache.myfaces.shared_tomahawk.renderkit.ContentTypeUtils
public class ContentTypeUtils
- extends Object
- Author:
- Leonardo Uribe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTML_CONTENT_TYPE
public static final String HTML_CONTENT_TYPE
- See Also:
- Constant Field Values
TEXT_ANY_CONTENT_TYPE
public static final String TEXT_ANY_CONTENT_TYPE
- See Also:
- Constant Field Values
ANY_CONTENT_TYPE
public static final String ANY_CONTENT_TYPE
- See Also:
- Constant Field Values
HTML_ALLOWED_CONTENT_TYPES
public static final String[] HTML_ALLOWED_CONTENT_TYPES
XHTML_CONTENT_TYPE
public static final String XHTML_CONTENT_TYPE
- See Also:
- Constant Field Values
APPLICATION_XML_CONTENT_TYPE
public static final String APPLICATION_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
TEXT_XML_CONTENT_TYPE
public static final String TEXT_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
XHTML_ALLOWED_CONTENT_TYPES
public static final String[] XHTML_ALLOWED_CONTENT_TYPES
AJAX_XHTML_ALLOWED_CONTENT_TYPES
public static final String[] AJAX_XHTML_ALLOWED_CONTENT_TYPES
ContentTypeUtils
public ContentTypeUtils()
containsContentType
public static boolean containsContentType(String contentType,
String[] allowedContentTypes)
- Indicate if the passes content type match one of the options passed.
chooseWriterContentType
public static String chooseWriterContentType(String contentTypeListString,
String[] htmlContentTypes,
String[] xhtmlContentTypes)
splitContentTypeListString
public static String[] splitContentTypeListString(String contentTypeListString)
getContentTypeFromAcceptHeader
public static String getContentTypeFromAcceptHeader(javax.faces.context.FacesContext context)
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.