de.intarsys.tools.result
Class CommonResult

java.lang.Object
  extended by de.intarsys.tools.result.CommonResult
All Implemented Interfaces:
IMimeTypeSupport, IResult
Direct Known Subclasses:
LiteralResult, StreamResult

public abstract class CommonResult
extends java.lang.Object
implements IResult


Constructor Summary
CommonResult(java.lang.String contentType)
           
 
Method Summary
 java.lang.String getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonResult

public CommonResult(java.lang.String contentType)
Method Detail

getContentType

public java.lang.String getContentType()
Specified by:
getContentType in interface IMimeTypeSupport