com.khubla.pragmatach.framework.controller.impl.template
Class SimpleTemplateController

java.lang.Object
  extended by com.khubla.pragmatach.framework.controller.impl.AbstractController
      extended by com.khubla.pragmatach.framework.controller.impl.template.SimpleTemplateController
All Implemented Interfaces:
PragmatachController
Direct Known Subclasses:
HttpErrorController

public abstract class SimpleTemplateController
extends AbstractController

Author:
tome

Constructor Summary
SimpleTemplateController()
           
 
Method Summary
 Response template(String templateName, Map<String,String> parameters)
           
 
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
 

Constructor Detail

SimpleTemplateController

public SimpleTemplateController()
Method Detail

template

public Response template(String templateName,
                         Map<String,String> parameters)
                  throws PragmatachException
Throws:
PragmatachException


Copyright © 2014 khubla.com. All rights reserved.