| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.khubla.pragmatach.framework.controller.impl.AbstractResponse
com.khubla.pragmatach.plugin.responsive.ResponsiveImageResponse
public class ResponsiveImageResponse
| Field Summary | 
|---|
| Fields inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractResponse | 
|---|
CONTENT_TYPE_HTML | 
| Constructor Summary | |
|---|---|
ResponsiveImageResponse(Map<String,String> cacheHeaders,
                                               InputStream imageResource,
                                               double xscale,
                                               double yscale)
 | 
|
ResponsiveImageResponse(Map<String,String> cacheHeaders,
                                               InputStream imageResource,
                                               int width,
                                               int height)
 | 
|
| Method Summary | |
|---|---|
 String | 
getContentType()
 | 
 Map<String,String> | 
getHeaders()
 | 
 void | 
render(javax.servlet.http.HttpServletResponse httpServletResponse)
 | 
| Methods inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractResponse | 
|---|
getCacheHeaders, getHTTPCode | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ResponsiveImageResponse(Map<String,String> cacheHeaders,
                               InputStream imageResource,
                               double xscale,
                               double yscale)
public ResponsiveImageResponse(Map<String,String> cacheHeaders,
                               InputStream imageResource,
                               int width,
                               int height)
| Method Detail | 
|---|
public String getContentType()
                      throws PragmatachException
PragmatachException
public Map<String,String> getHeaders()
                              throws PragmatachException
PragmatachException
public void render(javax.servlet.http.HttpServletResponse httpServletResponse)
            throws PragmatachException
PragmatachException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||