Package de.intarsys.tools.result
Class StreamResult
- java.lang.Object
-
- de.intarsys.tools.result.CommonResult
-
- de.intarsys.tools.result.StreamResult
-
- All Implemented Interfaces:
ILocatorSupport,IMimeTypeSupport,IResult,IStreamResult
- Direct Known Subclasses:
ByteBasedResult,LocatorBasedResult,StringBasedResult
public abstract class StreamResult extends CommonResult implements IStreamResult
-
-
Constructor Summary
Constructors Constructor Description StreamResult(java.lang.String contentType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()java.lang.StringgetType()voidsetName(java.lang.String name)voidsetType(java.lang.String type)-
Methods inherited from class de.intarsys.tools.result.CommonResult
getContentType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.intarsys.tools.locator.ILocatorSupport
getLocator
-
Methods inherited from interface de.intarsys.tools.mime.IMimeTypeSupport
getContentType
-
-