intarsys runtime library

de.intarsys.tools.result
Class StreamResult

java.lang.Object
  extended by de.intarsys.tools.result.CommonResult
      extended by 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
StreamResult(String contentType)
           
 
Method Summary
 String getName()
           
 String getType()
           
 void setName(String name)
           
 void setType(String type)
           
 
Methods inherited from class de.intarsys.tools.result.CommonResult
getContentType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface de.intarsys.tools.mime.IMimeTypeSupport
getContentType
 
Methods inherited from interface de.intarsys.tools.locator.ILocatorSupport
getLocator
 

Constructor Detail

StreamResult

public StreamResult(String contentType)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.