Package org.jboss.portal.common.net.media

Examples of org.jboss.portal.common.net.media.Parameter


      else
      {
         // Default to "text/html"
         mediaType = MediaType.TEXT_HTML;
      }
      parameters.add(new Parameter("charset", s));
     
      setContentType(new ContentType(mediaType, parameters).getValue());
   }
View Full Code Here

TOP

Related Classes of org.jboss.portal.common.net.media.Parameter

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.