Class HttpContentType
- java.lang.Object
-
- com.opensymphony.module.sitemesh.filter.HttpContentType
-
public class HttpContentType extends Object
Extracts the type and encoding from an HTTP Content-Type header.- Author:
- Scott Farquhar
-
-
Constructor Summary
Constructors Constructor Description HttpContentType(String fullValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private String
extractContentTypeValue(String type, int startIndex)
String
getEncoding()
String
getType()
-
-
-
Constructor Detail
-
HttpContentType
public HttpContentType(String fullValue)
-
-