com.khubla.pragmatach.examples.routesexample
Class ExampleRoutesController2
java.lang.Object
com.khubla.pragmatach.framework.controller.impl.AbstractController
com.khubla.pragmatach.framework.controller.impl.template.AbstractTemplateEngineController
com.khubla.pragmatach.framework.controller.impl.FormPostBeanBoundController
com.khubla.pragmatach.plugin.freemarker.FreemarkerController
com.khubla.pragmatach.examples.routesexample.ExampleRoutesController2
- All Implemented Interfaces:
- BeanBoundController, PragmatachController
@Controller(name="ExampleRoutesController2")
@View(view="exampleRoutesController2.ftl")
public class ExampleRoutesController2
- extends FreemarkerController
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 |
ExampleRoutesController2
public ExampleRoutesController2()
getMessage
public String getMessage()
render
@Route(uri="/exampleRoutesController2/@str1/ststst/@str2")
public Response render(@RouteParameter(name="str1")
String string1,
@RouteParameter(name="str2")
String string2)
throws PragmatachException
- Throws:
PragmatachException
Copyright © 2014 khubla.com. All rights reserved.