com.khubla.pragmatach.plugin.thymeleaf
Class ThymeleafController

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.impl.AbstractController
      extended by com.khubla.pragmatach.framework.controller.impl.template.AbstractTemplateEngineController
          extended by com.khubla.pragmatach.framework.controller.impl.FormPostBeanBoundController
              extended by com.khubla.pragmatach.plugin.thymeleaf.ThymeleafController
All Implemented Interfaces:
BeanBoundController, PragmatachController
Direct Known Subclasses:
IndexController

public class ThymeleafController
extends FormPostBeanBoundController

Author:
tome

Constructor Summary
ThymeleafController()
          ctor
 
Method Summary
 Response render()
          render
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.FormPostBeanBoundController
getPostFieldValues, populateController
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.template.AbstractTemplateEngineController
getTemplate, getTemplateContext, getTemplateName, url_for
 
Methods inherited from class com.khubla.pragmatach.framework.controller.impl.AbstractController
bad, buildWildcardResourceURI, forward, getApplicationURL, getCacheHeaders, getConfigurationParameter, getControllerName, getControllerName, getPragmatachRoute, getRequest, getResource, getSessionScopedController, ok, redirect, setPragmatachRoute, setRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.khubla.pragmatach.framework.controller.PragmatachController
setPragmatachRoute, setRequest
 

Constructor Detail

ThymeleafController

public ThymeleafController()
ctor

Method Detail

render

public Response render()
                throws PragmatachException
render

Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.