Package org.deduced.controller

Controllers are used to represent an application layer that restricts access to information.

See:
          Description


Interface Summary
ControllerFactory Controller Factory
ControllerProvider Controller Provider
DeducedControllerLayerExtension Interface that every controller layer must implement
DefaultPropertyCollectionControllerModel Interface used to represent the type : default property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
DefaultPropertyControllerModel Interface used to represent the type : default property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyCollectionController Title: PropertyController
PropertyCollectionControllerModel Interface used to represent the type : property collection controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
PropertyController Title: PropertyController
PropertyControllerModel Interface used to represent the type : property controller model Class generated by org.deduced.generator.VelocityGenerator Using template : org/deduced/generator/java/JavaInterface.vm
 

Package org.deduced.controller Description

Controllers are used to represent an application layer that restricts access to information. Controllers are also used to enforce data validation rules.