Package com.acsinet_solutions.cetia4.controller.rest

Main implementation package of the REST framework.

See:
          Description

Interface Summary
RestController Base classes for REST-based controllers.
RestModule Interface for nestable rest modules, implemented by both servlets and modules.
 

Class Summary
AbstractRestServlet Basic class that implements common functionality for both REST servlets that implement a module themselves, and those that delegate implementation to external modules.
AbstractServletRequestContext Web implementation of a servlet request context.
DTOParamBinder Parameter binder for DTOs, or JavaBeans with getter and setters methods.
DynamicRestModuleFactory This is a factory class for RestModules nested or not that creates objects based on abstract classes that implement a service locator interface.
DynamicRestModuleFactory.RestModuleMethodInterceptor Will intercept calls to the rest module.
MultipartParamBinder Parameter binder for data that comes as part of a multipart request.
PathInfoParamBinder Parameter binder for data that comes as part of the path-info String.
PingController Simple controller that answers PING requests on web service stateless GET requests - not designed for traditional web requests.
RestModuleSupport Base class for nested REST modules.
RestRequestHandlerBase Base convenience class for REST-based request handlers.
RestServlet This class implements a REST based servlet that may be used as a superclass for modules that will implement REST modules themselves inheriting the current class.
WebServiceServletRequestContext Web implementation of a servlet request context.
WebServletRequestContext Web implementation of a servlet request context.
 

Package com.acsinet_solutions.cetia4.controller.rest Description

Main implementation package of the REST framework. Generic interfaces and classes are provided in the parent package, REST specific stuff is held here.