Package org.chenile.http.handler
package org.chenile.http.handler
This package defines the HTTP entry point for invoking a Chenile service.
If the service configuration uses JSON then the HttpEntrypoint is used.
If the Spring controller is used then ControllerSupport will provide the entry point
-
ClassDescriptionThis class must be extended by Chenile controllers who use annotation to configure a service.This is a generic controller that is used if JSON is used to configure a Chenile service.