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.
  • Constructor Details

    • HttpContentType

      public HttpContentType(String fullValue)
  • Method Details

    • getType

      public String getType()
    • getEncoding

      public String getEncoding()