cn.dreampie.common.http.result
类 ImageResult<T extends RenderedImage>

java.lang.Object
  继承者 cn.dreampie.common.http.result.ImageResult<T>

public class ImageResult<T extends RenderedImage>
extends Object

Created by ice on 14-12-19.


构造方法摘要
ImageResult(String type, T result)
           
ImageResult(T result)
           
 
方法摘要
 T getResult()
          Returns the content to use in the HTTP response .
 String getType()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ImageResult

public ImageResult(String type,
                   T result)

ImageResult

public ImageResult(T result)
方法详细信息

getType

public String getType()

getResult

public T getResult()
Returns the content to use in the HTTP response .

返回:
the content to use in the response.


Copyright © 2015. All rights reserved.