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.
| 从类 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.