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

Packages that use com.acsinet_solutions.cetia4.controller.map
com.acsinet_solutions.cetia4.controller Generic utility classes for servlet and portlet environments. 
com.acsinet_solutions.cetia4.controller.map This package contains definitions and simple implementations related to mapping and binding of parameters. 
com.acsinet_solutions.cetia4.controller.rest Main implementation package of the REST framework. 
com.acsinet_solutions.cetia4.test.controller   
 

Classes in com.acsinet_solutions.cetia4.controller.map used by com.acsinet_solutions.cetia4.controller
RequestMapper
          This is the basic interface for request mappers, that defines the contract for configuring and executing mappings in a web environment from String HTTP parameters ( or a similar source ) and arbitrary objects.
 

Classes in com.acsinet_solutions.cetia4.controller.map used by com.acsinet_solutions.cetia4.controller.map
AbstractBeanRequestMapper
          This is the basic abstract convenience class for performing mapping between form information and a DTO.
AbstractMapping
          Base class for simple mappings with structure and utility methods.
MapperConfigurator
          Interface that represents the configuration for a mapping, an object implementing this interface may be associated to the main mapper in a framework module ( REST servlet, module ) using the Mapper annotation.
Mapping
          Interface that allows a mapping between one or more form fields and one or more properties in a class.
ParamBinder
          Parameter binder interface; defines the contract for a parameter binding policy.
RequestMapper
          This is the basic interface for request mappers, that defines the contract for configuring and executing mappings in a web environment from String HTTP parameters ( or a similar source ) and arbitrary objects.
SimpleMapping
          Base class for simple mappings with structure and utility methods.
 

Classes in com.acsinet_solutions.cetia4.controller.map used by com.acsinet_solutions.cetia4.controller.rest
AbstractBasicParamBinder
          Basic interface for parameter binders for simple objects ( integers and strings ).
ParamBinder
          Parameter binder interface; defines the contract for a parameter binding policy.
RequestMapper
          This is the basic interface for request mappers, that defines the contract for configuring and executing mappings in a web environment from String HTTP parameters ( or a similar source ) and arbitrary objects.
 

Classes in com.acsinet_solutions.cetia4.controller.map used by com.acsinet_solutions.cetia4.test.controller
MapperConfigurator
          Interface that represents the configuration for a mapping, an object implementing this interface may be associated to the main mapper in a framework module ( REST servlet, module ) using the Mapper annotation.
RequestMapper
          This is the basic interface for request mappers, that defines the contract for configuring and executing mappings in a web environment from String HTTP parameters ( or a similar source ) and arbitrary objects.