Uses of Package
com.acsinet_solutions.cetia4.controller.rest

Packages that use com.acsinet_solutions.cetia4.controller.rest
com.acsinet_solutions.cetia4.controller Generic utility classes for servlet and portlet environments. 
com.acsinet_solutions.cetia4.controller.rest Main implementation package of the REST framework. 
com.acsinet_solutions.cetia4.controller.rest.support Implementation of reusable classes specific to the REST framework. 
com.acsinet_solutions.cetia4.controller.security Security related interfaces and generic services. 
com.acsinet_solutions.cetia4.test.controller   
 

Classes in com.acsinet_solutions.cetia4.controller.rest used by com.acsinet_solutions.cetia4.controller
RestController
          Base classes for REST-based controllers.
 

Classes in com.acsinet_solutions.cetia4.controller.rest used by com.acsinet_solutions.cetia4.controller.rest
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.
RestController
          Base classes for REST-based controllers.
RestModule
          Interface for nestable rest modules, implemented by both servlets and modules.
RestModuleSupport
          Base class for nested REST modules.
WebServletRequestContext
          Web implementation of a servlet request context.
 

Classes in com.acsinet_solutions.cetia4.controller.rest used by com.acsinet_solutions.cetia4.controller.rest.support
AbstractRestServlet
          Basic class that implements common functionality for both REST servlets that implement a module themselves, and those that delegate implementation to external modules.
RestModule
          Interface for nestable rest modules, implemented by both servlets and modules.
RestModuleSupport
          Base class for nested REST modules.
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.
 

Classes in com.acsinet_solutions.cetia4.controller.rest used by com.acsinet_solutions.cetia4.controller.security
RestModule
          Interface for nestable rest modules, implemented by both servlets and modules.
 

Classes in com.acsinet_solutions.cetia4.controller.rest used by com.acsinet_solutions.cetia4.test.controller
AbstractRestServlet
          Basic class that implements common functionality for both REST servlets that implement a module themselves, and those that delegate implementation to external modules.
RestModule
          Interface for nestable rest modules, implemented by both servlets and modules.
RestModuleSupport
          Base class for nested REST modules.
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.