com.acsinet_solutions.cetia4.controller.map
Interface MapperConfigurator

All Known Implementing Classes:
NoopMapperConfigurator, TopicMapperConfigurator

public interface 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. This way, an easy way for request mapper configuration is provided.

Author:
Santiago Arriaga
See Also:
Mapper

Method Summary
 void configure(RequestMapper mapper)
          Configure the mappings of the given request mapper.
 

Method Detail

configure

void configure(RequestMapper mapper)
Configure the mappings of the given request mapper.