com.khubla.pragmatach.examples.jcrexample.json
Class JSONNodePropertiesController
java.lang.Object
com.khubla.pragmatach.framework.controller.impl.AbstractController
com.khubla.pragmatach.framework.controller.impl.template.AbstractTemplateEngineController
com.khubla.pragmatach.plugin.jcr.JCRController
com.khubla.pragmatach.plugin.jcr.JCRJSONController
com.khubla.pragmatach.examples.jcrexample.json.JSONNodePropertiesController
- All Implemented Interfaces:
- PragmatachController
@Controller(name="JSONNodePropertiesController")
public class JSONNodePropertiesController
- extends JCRJSONController
- Author:
- tome
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 |
JSONNodePropertiesController
public JSONNodePropertiesController()
render
@Route(uri="example/json/properties/")
public Response render()
throws PragmatachException
- Throws:
PragmatachException
render
@Route(uri="example/json/properties/*")
public Response render(String[] nodeName)
throws PragmatachException
- Throws:
PragmatachException
Copyright © 2014 khubla.com. All rights reserved.