org.jutil.net
Class URLContent

java.lang.Object
  extended by org.jutil.net.URLContent

public class URLContent
extends java.lang.Object

This is the URLContent class.


Constructor Summary
URLContent()
           
URLContent(java.lang.String contentType, java.lang.Object content)
           
 
Method Summary
 java.lang.Object getContent()
           
 java.lang.String getContentType()
           
 void setContent(java.lang.Object content)
           
 void setContentType(java.lang.String contentType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLContent

public URLContent()

URLContent

public URLContent(java.lang.String contentType,
                  java.lang.Object content)
Method Detail

setContentType

public void setContentType(java.lang.String contentType)

getContentType

public java.lang.String getContentType()

setContent

public void setContent(java.lang.Object content)

getContent

public java.lang.Object getContent()