com.khubla.pragmatach.framework.controller.impl
Class AbstractResponse
java.lang.Object
com.khubla.pragmatach.framework.controller.impl.AbstractResponse
- All Implemented Interfaces:
- Response
- Direct Known Subclasses:
- FreemarkerResponse, JasperResponse, JCRResponse, JSONResponse, JSPResponse, RedirectResponse, ResponsiveImageResponse, SimpleTemplateResponse, StaticResourceResponse, StreamingResponse, ThymeleafResponse, TrivialResponse, VelocityResponse, XStreamResponse, YAMLResponse
public abstract class AbstractResponse
- extends Object
- implements Response
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONTENT_TYPE_HTML
protected static final String CONTENT_TYPE_HTML
- content type
- See Also:
- Constant Field Values
AbstractResponse
public AbstractResponse(Map<String,String> cacheHeaders)
- ctor
getCacheHeaders
public Map<String,String> getCacheHeaders()
getHTTPCode
public int getHTTPCode()
- Specified by:
getHTTPCode
in interface Response
Copyright © 2014 khubla.com. All rights reserved.