org.jboss.portal.common.util
Class MarkupInfo

java.lang.Object
  extended by org.jboss.portal.common.util.ContentInfo
      extended by org.jboss.portal.common.util.MarkupInfo

public class MarkupInfo
extends ContentInfo

Extends content to describe markup content.

Version:
$Revision: 7228 $
Author:
Julien Viet

Constructor Summary
MarkupInfo(MediaType contentType, java.lang.String charset)
           
 
Method Summary
 java.lang.String getCharset()
           
 
Methods inherited from class org.jboss.portal.common.util.ContentInfo
getContentType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkupInfo

public MarkupInfo(MediaType contentType,
                  java.lang.String charset)
Method Detail

getCharset

public java.lang.String getCharset()