Uses of Interface
edu.uoc.pfc.j2ee.jalonsod.mtp.helper.ViewMapper

Packages that use ViewMapper
edu.uoc.pfc.j2ee.jalonsod.mtp.config   
edu.uoc.pfc.j2ee.jalonsod.mtp.helper   
 

Uses of ViewMapper in edu.uoc.pfc.j2ee.jalonsod.mtp.config
 

Fields in edu.uoc.pfc.j2ee.jalonsod.mtp.config with type parameters of type ViewMapper
private  java.lang.Class<ViewMapper> Configurator.viewMapperClassReference
          A reference to the viewMapper class.
 

Methods in edu.uoc.pfc.j2ee.jalonsod.mtp.config that return types with arguments of type ViewMapper
 java.lang.Class<ViewMapper> Configurator.getViewMapperClassReference()
           
 

Uses of ViewMapper in edu.uoc.pfc.j2ee.jalonsod.mtp.helper
 

Classes in edu.uoc.pfc.j2ee.jalonsod.mtp.helper that implement ViewMapper
 class ViewMapperImpl
          File: ViewMapperImpl.java Created: 2012-04-28 ViewMapper implementation from the framework.