com.acsinet_solutions.cetia4.test.controller
Class TopicMapperConfigurator

java.lang.Object
  extended by com.acsinet_solutions.cetia4.test.controller.TopicMapperConfigurator
All Implemented Interfaces:
MapperConfigurator

public class TopicMapperConfigurator
extends java.lang.Object
implements MapperConfigurator


Constructor Summary
TopicMapperConfigurator()
           
 
Method Summary
 void configure(RequestMapper mapper)
          Configure the mappings of the given request mapper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicMapperConfigurator

public TopicMapperConfigurator()
Method Detail

configure

public void configure(RequestMapper mapper)
Description copied from interface: MapperConfigurator
Configure the mappings of the given request mapper.

Specified by:
configure in interface MapperConfigurator