Class ControllerSupport

java.lang.Object
org.chenile.http.handler.ControllerSupport
Direct Known Subclasses:
QueryController

public class ControllerSupport extends Object
This class must be extended by Chenile controllers who use annotation to configure a service. Merely, call the process() method for delegating control to Chenile.

The process() method constructs a ResponseEntity for the response returned by the Chenile Entry point

Author:
Raja Shankar Kolluru