com.khubla.pragmatach.plugin.thymeleaf
Class ThymeleafResponse
java.lang.Object
com.khubla.pragmatach.framework.controller.impl.AbstractResponse
com.khubla.pragmatach.plugin.thymeleaf.ThymeleafResponse
- All Implemented Interfaces:
- Response
public class ThymeleafResponse
- extends AbstractResponse
- Author:
- tome
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ThymeleafResponse
public ThymeleafResponse(Map<String,String> cacheHeaders,
String templateName,
Map<String,Object> context,
org.thymeleaf.templateresolver.ITemplateResolver templateResolver)
getContentType
public String getContentType()
throws PragmatachException
- Throws:
PragmatachException
getHeaders
public Map<String,String> getHeaders()
throws PragmatachException
- Throws:
PragmatachException
render
public void render(javax.servlet.http.HttpServletResponse httpServletResponse)
throws PragmatachException
- Throws:
PragmatachException
Copyright © 2014 khubla.com. All rights reserved.