Class HttpContentType
java.lang.Object
com.opensymphony.module.sitemesh.filter.HttpContentType
Extracts the type and encoding from an HTTP Content-Type header.
- Author:
- Scott Farquhar
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HttpContentType
Instantiates a new http content type.- Parameters:
fullValue- the full value
-
-
Method Details
-
getType
Gets the type.- Returns:
- the type
-
getEncoding
Gets the encoding.- Returns:
- the encoding
-