jodd.servlet.wrapper
Class ContentTypeHeaderResolver

java.lang.Object
  extended by jodd.servlet.wrapper.ContentTypeHeaderResolver

public class ContentTypeHeaderResolver
extends java.lang.Object

Extracts type and encoding from Content-Type header.


Constructor Summary
ContentTypeHeaderResolver(java.lang.String fullContentType)
           
 
Method Summary
 java.lang.String getEncoding()
          Returns content encoding.
 java.lang.String getMimeType()
          Returns content mime type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTypeHeaderResolver

public ContentTypeHeaderResolver(java.lang.String fullContentType)
Method Detail

getMimeType

public java.lang.String getMimeType()
Returns content mime type.


getEncoding

public java.lang.String getEncoding()
Returns content encoding.



Copyright © 2003-2012 Jodd Team